Hex color #7fff00, RGB(127, 255, 0) - also known as chartreuse - code, conversions, schemes and color harmonies, as well as examples of use in HTML and CSS.
The hex color code #7fff00 is a shade of green-yellow. In a RGB color space it is composed of 49.8% red, 100% green and 0% blue. In HSL notation it has 90.1° hue, 100% saturation and 50% lightness. The process color (CMYK) is combination of 50.20% cyan, 0% magenta, 100% yellow and 0% key (black). The closest short hexadecimal code of #7fff00 is #7f0.
Example CSS code:
.setFontColor { color: #7fff00; }
.setBackgroundColor { background-color: #7fff00; }
How to set font color?
<p style="color:#7fff00">Font color is #7fff00.</p>
Font color is #7fff00.
Compromise in colors is grey.
- Edi Rama
How to set background color?
<div style="background-color:#7fff00">Background color is #7fff00.</div>
Background color is #7fff00.
When you photograph people in color, you photograph their clothes. But when you photograph people in Black and white, you photograph their souls!
- Ted Grant