Shades of Lawn Green #7EF214
Tints of Lawn Green #7EF214
RGB
CMYK
RGB Variations
Color information
#7EF214 (or 0x7EF214) is known color: Lawn Green. HEX triplet: 7E, F2 and 14. RGB value is (126,242,20). Sum of RGB (Red+Green+Blue) = 126+242+20=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #7EF214 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EF214 is #810DEB. Grayscale: #B6B6B6. Windows color (decimal): -8457708 or 1372798. OLE color: 1372798.
HSL color Cylindrical-coordinate representation of color #7EF214: hue angle of 91.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EF214 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 126 | 242 | 20 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.05 |
| HSL | 91.35º | 0.9% | 0.51% | - |
| HSV(B) | 91.35º | 0.92% | 0.95% | - |
| XYZ | 40.48 | 67.99 | 11.65 | - |
| YUV | 182.01 | 36.57 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 242 | 20 | 0.48 | 0 | 0.92 | 0.05 | 91.35 | 0.9 | 0.51 |
| Hex | 7E | F2 | 14 | 30 | 0 | 5C | 5 | 5B | 5A | 33 |
| Octal | 176 | 362 | 24 | 60 | 0 | 134 | 5 | 133 | 132 | 63 |
| Binary | 1111110 | 11110010 | 10100 | 110000 | 0 | 1011100 | 101 | 1011011 | 1011010 | 110011 |
Color Harmonies of #7EF214
Complementary color
Monochromatic Colors of #7EF214
Black with #7EF214
Text Example
Text Example
White with #7EF214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF214; }
p { color: rgb(126,242,20); }
H1.HeaderClassName
{
color: #7EF214;
}
.AnyTagClassName
{
color: #7EF214;
}
</style>
background-color css
<style>
a { background-color: #7EF214; }
a { background-color: rgb(126,242,20); }
div.DivClassName
{
background-color: #7EF214;
}
.BgClassName
{
background-color: #7EF214;
}
</style>
border-color css
<style>
span { border-color: #7EF214; }
span { border-color: rgb(126,242,20); }
td.TdClassName
{
border-color: #7EF214;
}
.TagClassName
{
border-color: #7EF214;
}
</style>