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