Shades of Lawn Green #7EDE14
Tints of Lawn Green #7EDE14
RGB
CMYK
RGB Variations
Color information
#7EDE14 (or 0x7EDE14) is known color: Lawn Green. HEX triplet: 7E, DE and 14. RGB value is (126,222,20). Sum of RGB (Red+Green+Blue) = 126+222+20=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 222 (87.11% from 255 or 60.33% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EDE14 is #8121EB. Grayscale: #AAAAAA. Windows color (decimal): -8462828 or 1367678. OLE color: 1367678.
HSL color Cylindrical-coordinate representation of color #7EDE14: hue angle of 88.51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EDE14 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 20 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.13 |
| HSL | 88.51º | 0.83% | 0.47% | - |
| HSV(B) | 88.51º | 0.91% | 0.87% | - |
| XYZ | 34.85 | 56.73 | 9.77 | - |
| YUV | 170.27 | 43.2 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 20 | 0.43 | 0 | 0.91 | 0.13 | 88.51 | 0.83 | 0.47 |
| Hex | 7E | DE | 14 | 2B | 0 | 5B | D | 59 | 53 | 2F |
| Octal | 176 | 336 | 24 | 53 | 0 | 133 | 15 | 131 | 123 | 57 |
| Binary | 1111110 | 11011110 | 10100 | 101011 | 0 | 1011011 | 1101 | 1011001 | 1010011 | 101111 |
Color Harmonies of #7EDE14
Complementary color
Monochromatic Colors of #7EDE14
Black with #7EDE14
Text Example
Text Example
White with #7EDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE14; }
p { color: rgb(126,222,20); }
H1.HeaderClassName
{
color: #7EDE14;
}
.AnyTagClassName
{
color: #7EDE14;
}
</style>
background-color css
<style>
a { background-color: #7EDE14; }
a { background-color: rgb(126,222,20); }
div.DivClassName
{
background-color: #7EDE14;
}
.BgClassName
{
background-color: #7EDE14;
}
</style>
border-color css
<style>
span { border-color: #7EDE14; }
span { border-color: rgb(126,222,20); }
td.TdClassName
{
border-color: #7EDE14;
}
.TagClassName
{
border-color: #7EDE14;
}
</style>