Color #00FF00
Electric Green
#00FF00 is known as Electric Green color, it's hex color is composed of 0% red, 100% green and 0% blue, its RGB value is 0,255,0.
This text has a font color of #00FF00.
<span style="color:#00FF00;">Your text here</span>
This element has a border color of #00FF00.
<div style="border:2px solid #00FF00;">Content here</div>
This paragraph has a background color of #00FF00.
<p style="background-color:#00FF00;">Content here</p>
.text {color:#00FF00;}
.background {background-color:#00FF00;}
.border {border:1px solid #00FF00;}