BORDER-LEFT-COLOR Property In CSS
border-left-color Property in CSS
border-left-color property Declares the color of the left border.
Possible Value:
Valid color names, RGB values, hexidecimal notation, or the predefined value transparent.
Examplediv { border-left-color:green; }
div { border-left-color:#00FF00; }