Shades of Lima #7EC209
Tints of Lima #7EC209
RGB
CMYK
RGB Variations
Color information
#7EC209 (or 0x7EC209) is known color: Lima. HEX triplet: 7E, C2 and 09. RGB value is (126,194,9). Sum of RGB (Red+Green+Blue) = 126+194+9=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC209 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC209 is #813DF6. Grayscale: #999999. Windows color (decimal): -8470007 or 639614. OLE color: 639614.
HSL color Cylindrical-coordinate representation of color #7EC209: hue angle of 82.05º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7EC209 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 9 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.24 |
| HSL | 82.05º | 0.91% | 0.4% | - |
| HSV(B) | 82.05º | 0.95% | 0.76% | - |
| XYZ | 27.95 | 43.04 | 7.09 | - |
| YUV | 152.58 | 46.97 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 9 | 0.35 | 0 | 0.95 | 0.24 | 82.05 | 0.91 | 0.4 |
| Hex | 7E | C2 | 9 | 23 | 0 | 5F | 18 | 52 | 5B | 28 |
| Octal | 176 | 302 | 11 | 43 | 0 | 137 | 30 | 122 | 133 | 50 |
| Binary | 1111110 | 11000010 | 1001 | 100011 | 0 | 1011111 | 11000 | 1010010 | 1011011 | 101000 |
Color Harmonies of #7EC209
Complementary color
Monochromatic Colors of #7EC209
Black with #7EC209
Text Example
Text Example
White with #7EC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC209; }
p { color: rgb(126,194,9); }
H1.HeaderClassName
{
color: #7EC209;
}
.AnyTagClassName
{
color: #7EC209;
}
</style>
background-color css
<style>
a { background-color: #7EC209; }
a { background-color: rgb(126,194,9); }
div.DivClassName
{
background-color: #7EC209;
}
.BgClassName
{
background-color: #7EC209;
}
</style>
border-color css
<style>
span { border-color: #7EC209; }
span { border-color: rgb(126,194,9); }
td.TdClassName
{
border-color: #7EC209;
}
.TagClassName
{
border-color: #7EC209;
}
</style>