Shades of Lawn Green #7ED002
Tints of Lawn Green #7ED002
RGB
CMYK
RGB Variations
Color information
#7ED002 (or 0x7ED002) is known color: Lawn Green. HEX triplet: 7E, D0 and 02. RGB value is (126,208,2). Sum of RGB (Red+Green+Blue) = 126+208+2=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED002 is #812FFD. Grayscale: #A0A0A0. Windows color (decimal): -8466430 or 184446. OLE color: 184446.
HSL color Cylindrical-coordinate representation of color #7ED002: hue angle of 83.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7ED002 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.18 |
| HSL | 83.88º | 0.98% | 0.41% | - |
| HSV(B) | 83.88º | 0.99% | 0.82% | - |
| XYZ | 31.17 | 49.55 | 7.98 | - |
| YUV | 160 | 38.83 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 2 | 0.39 | 0 | 0.99 | 0.18 | 83.88 | 0.98 | 0.41 |
| Hex | 7E | D0 | 2 | 27 | 0 | 63 | 12 | 54 | 62 | 29 |
| Octal | 176 | 320 | 2 | 47 | 0 | 143 | 22 | 124 | 142 | 51 |
| Binary | 1111110 | 11010000 | 10 | 100111 | 0 | 1100011 | 10010 | 1010100 | 1100010 | 101001 |
Color Harmonies of #7ED002
Complementary color
Monochromatic Colors of #7ED002
Black with #7ED002
Text Example
Text Example
White with #7ED002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED002; }
p { color: rgb(126,208,2); }
H1.HeaderClassName
{
color: #7ED002;
}
.AnyTagClassName
{
color: #7ED002;
}
</style>
background-color css
<style>
a { background-color: #7ED002; }
a { background-color: rgb(126,208,2); }
div.DivClassName
{
background-color: #7ED002;
}
.BgClassName
{
background-color: #7ED002;
}
</style>
border-color css
<style>
span { border-color: #7ED002; }
span { border-color: rgb(126,208,2); }
td.TdClassName
{
border-color: #7ED002;
}
.TagClassName
{
border-color: #7ED002;
}
</style>