Shades of Lima #7EC408
Tints of Lima #7EC408
RGB
CMYK
RGB Variations
Color information
#7EC408 (or 0x7EC408) is known color: Lima. HEX triplet: 7E, C4 and 08. RGB value is (126,196,8). Sum of RGB (Red+Green+Blue) = 126+196+8=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC408 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC408 is #813BF7. Grayscale: #9A9A9A. Windows color (decimal): -8469496 or 574590. OLE color: 574590.
HSL color Cylindrical-coordinate representation of color #7EC408: hue angle of 82.34º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EC408 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 8 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.23 |
| HSL | 82.34º | 0.92% | 0.4% | - |
| HSV(B) | 82.34º | 0.96% | 0.77% | - |
| XYZ | 28.39 | 43.93 | 7.21 | - |
| YUV | 153.64 | 45.81 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 8 | 0.36 | 0 | 0.96 | 0.23 | 82.34 | 0.92 | 0.4 |
| Hex | 7E | C4 | 8 | 24 | 0 | 60 | 17 | 52 | 5C | 28 |
| Octal | 176 | 304 | 10 | 44 | 0 | 140 | 27 | 122 | 134 | 50 |
| Binary | 1111110 | 11000100 | 1000 | 100100 | 0 | 1100000 | 10111 | 1010010 | 1011100 | 101000 |
Color Harmonies of #7EC408
Complementary color
Monochromatic Colors of #7EC408
Black with #7EC408
Text Example
Text Example
White with #7EC408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC408; }
p { color: rgb(126,196,8); }
H1.HeaderClassName
{
color: #7EC408;
}
.AnyTagClassName
{
color: #7EC408;
}
</style>
background-color css
<style>
a { background-color: #7EC408; }
a { background-color: rgb(126,196,8); }
div.DivClassName
{
background-color: #7EC408;
}
.BgClassName
{
background-color: #7EC408;
}
</style>
border-color css
<style>
span { border-color: #7EC408; }
span { border-color: rgb(126,196,8); }
td.TdClassName
{
border-color: #7EC408;
}
.TagClassName
{
border-color: #7EC408;
}
</style>