Shades of Lawn Green #7EEA14
Tints of Lawn Green #7EEA14
RGB
CMYK
RGB Variations
Color information
#7EEA14 (or 0x7EEA14) is known color: Lawn Green. HEX triplet: 7E, EA and 14. RGB value is (126,234,20). Sum of RGB (Red+Green+Blue) = 126+234+20=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EEA14 is #8115EB. Grayscale: #B2B2B2. Windows color (decimal): -8459756 or 1370750. OLE color: 1370750.
HSL color Cylindrical-coordinate representation of color #7EEA14: hue angle of 90.28º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EEA14 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 126 | 234 | 20 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.08 |
| HSL | 90.28º | 0.84% | 0.5% | - |
| HSV(B) | 90.28º | 0.91% | 0.92% | - |
| XYZ | 38.15 | 63.33 | 10.88 | - |
| YUV | 177.31 | 39.22 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 234 | 20 | 0.46 | 0 | 0.91 | 0.08 | 90.28 | 0.84 | 0.5 |
| Hex | 7E | EA | 14 | 2E | 0 | 5B | 8 | 5A | 54 | 32 |
| Octal | 176 | 352 | 24 | 56 | 0 | 133 | 10 | 132 | 124 | 62 |
| Binary | 1111110 | 11101010 | 10100 | 101110 | 0 | 1011011 | 1000 | 1011010 | 1010100 | 110010 |
Color Harmonies of #7EEA14
Complementary color
Monochromatic Colors of #7EEA14
Black with #7EEA14
Text Example
Text Example
White with #7EEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEA14; }
p { color: rgb(126,234,20); }
H1.HeaderClassName
{
color: #7EEA14;
}
.AnyTagClassName
{
color: #7EEA14;
}
</style>
background-color css
<style>
a { background-color: #7EEA14; }
a { background-color: rgb(126,234,20); }
div.DivClassName
{
background-color: #7EEA14;
}
.BgClassName
{
background-color: #7EEA14;
}
</style>
border-color css
<style>
span { border-color: #7EEA14; }
span { border-color: rgb(126,234,20); }
td.TdClassName
{
border-color: #7EEA14;
}
.TagClassName
{
border-color: #7EEA14;
}
</style>