Shades of Lawn Green #7EDC00
Tints of Lawn Green #7EDC00
RGB
CMYK
RGB Variations
Color information
#7EDC00 (or 0x7EDC00) is known color: Lawn Green. HEX triplet: 7E, DC and 00. RGB value is (126,220,0). Sum of RGB (Red+Green+Blue) = 126+220+0=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EDC00 is #8123FF. Grayscale: #A7A7A7. Windows color (decimal): -8463360 or 56446. OLE color: 56446.
HSL color Cylindrical-coordinate representation of color #7EDC00: hue angle of 85.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EDC00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.14 |
| HSL | 85.64º | 1% | 0.43% | - |
| HSV(B) | 85.64º | 1% | 0.86% | - |
| XYZ | 34.2 | 55.62 | 8.93 | - |
| YUV | 166.81 | 33.86 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 0 | 0.43 | 0 | 1 | 0.14 | 85.64 | 1 | 0.43 |
| Hex | 7E | DC | 0 | 2B | 0 | 64 | E | 56 | 64 | 2B |
| Octal | 176 | 334 | 0 | 53 | 0 | 144 | 16 | 126 | 144 | 53 |
| Binary | 1111110 | 11011100 | 0 | 101011 | 0 | 1100100 | 1110 | 1010110 | 1100100 | 101011 |
Color Harmonies of #7EDC00
Complementary color
Monochromatic Colors of #7EDC00
Black with #7EDC00
Text Example
Text Example
White with #7EDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC00; }
p { color: rgb(126,220,0); }
H1.HeaderClassName
{
color: #7EDC00;
}
.AnyTagClassName
{
color: #7EDC00;
}
</style>
background-color css
<style>
a { background-color: #7EDC00; }
a { background-color: rgb(126,220,0); }
div.DivClassName
{
background-color: #7EDC00;
}
.BgClassName
{
background-color: #7EDC00;
}
</style>
border-color css
<style>
span { border-color: #7EDC00; }
span { border-color: rgb(126,220,0); }
td.TdClassName
{
border-color: #7EDC00;
}
.TagClassName
{
border-color: #7EDC00;
}
</style>