Shades of Lima #7EC208
Tints of Lima #7EC208
RGB
CMYK
RGB Variations
Color information
#7EC208 (or 0x7EC208) is known color: Lima. HEX triplet: 7E, C2 and 08. RGB value is (126,194,8). Sum of RGB (Red+Green+Blue) = 126+194+8=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC208 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC208 is #813DF7. Grayscale: #999999. Windows color (decimal): -8470008 or 574078. OLE color: 574078.
HSL color Cylindrical-coordinate representation of color #7EC208: hue angle of 81.94º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EC208 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 8 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.24 |
| HSL | 81.94º | 0.92% | 0.4% | - |
| HSV(B) | 81.94º | 0.96% | 0.76% | - |
| XYZ | 27.94 | 43.04 | 7.06 | - |
| YUV | 152.46 | 46.47 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 8 | 0.35 | 0 | 0.96 | 0.24 | 81.94 | 0.92 | 0.4 |
| Hex | 7E | C2 | 8 | 23 | 0 | 60 | 18 | 52 | 5C | 28 |
| Octal | 176 | 302 | 10 | 43 | 0 | 140 | 30 | 122 | 134 | 50 |
| Binary | 1111110 | 11000010 | 1000 | 100011 | 0 | 1100000 | 11000 | 1010010 | 1011100 | 101000 |
Color Harmonies of #7EC208
Complementary color
Monochromatic Colors of #7EC208
Black with #7EC208
Text Example
Text Example
White with #7EC208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC208; }
p { color: rgb(126,194,8); }
H1.HeaderClassName
{
color: #7EC208;
}
.AnyTagClassName
{
color: #7EC208;
}
</style>
background-color css
<style>
a { background-color: #7EC208; }
a { background-color: rgb(126,194,8); }
div.DivClassName
{
background-color: #7EC208;
}
.BgClassName
{
background-color: #7EC208;
}
</style>
border-color css
<style>
span { border-color: #7EC208; }
span { border-color: rgb(126,194,8); }
td.TdClassName
{
border-color: #7EC208;
}
.TagClassName
{
border-color: #7EC208;
}
</style>