Shades of Lawn Green #7EDC02
Tints of Lawn Green #7EDC02
RGB
CMYK
RGB Variations
Color information
#7EDC02 (or 0x7EDC02) is known color: Lawn Green. HEX triplet: 7E, DC and 02. RGB value is (126,220,2). Sum of RGB (Red+Green+Blue) = 126+220+2=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EDC02 is #8123FD. Grayscale: #A7A7A7. Windows color (decimal): -8463358 or 187518. OLE color: 187518.
HSL color Cylindrical-coordinate representation of color #7EDC02: hue angle of 85.87º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EDC02 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.14 |
| HSL | 85.87º | 0.98% | 0.44% | - |
| HSV(B) | 85.87º | 0.99% | 0.86% | - |
| XYZ | 34.21 | 55.63 | 8.99 | - |
| YUV | 167.04 | 34.86 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 2 | 0.43 | 0 | 0.99 | 0.14 | 85.87 | 0.98 | 0.44 |
| Hex | 7E | DC | 2 | 2B | 0 | 63 | E | 56 | 62 | 2C |
| Octal | 176 | 334 | 2 | 53 | 0 | 143 | 16 | 126 | 142 | 54 |
| Binary | 1111110 | 11011100 | 10 | 101011 | 0 | 1100011 | 1110 | 1010110 | 1100010 | 101100 |
Color Harmonies of #7EDC02
Complementary color
Monochromatic Colors of #7EDC02
Black with #7EDC02
Text Example
Text Example
White with #7EDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC02; }
p { color: rgb(126,220,2); }
H1.HeaderClassName
{
color: #7EDC02;
}
.AnyTagClassName
{
color: #7EDC02;
}
</style>
background-color css
<style>
a { background-color: #7EDC02; }
a { background-color: rgb(126,220,2); }
div.DivClassName
{
background-color: #7EDC02;
}
.BgClassName
{
background-color: #7EDC02;
}
</style>
border-color css
<style>
span { border-color: #7EDC02; }
span { border-color: rgb(126,220,2); }
td.TdClassName
{
border-color: #7EDC02;
}
.TagClassName
{
border-color: #7EDC02;
}
</style>