Shades of Lima #7EC008
Tints of Lima #7EC008
RGB
CMYK
RGB Variations
Color information
#7EC008 (or 0x7EC008) is known color: Lima. HEX triplet: 7E, C0 and 08. RGB value is (126,192,8). Sum of RGB (Red+Green+Blue) = 126+192+8=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC008 is #813FF7. Grayscale: #979797. Windows color (decimal): -8470520 or 573566. OLE color: 573566.
HSL color Cylindrical-coordinate representation of color #7EC008: hue angle of 81.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EC008 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 8 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.25 |
| HSL | 81.52º | 0.92% | 0.39% | - |
| HSV(B) | 81.52º | 0.96% | 0.75% | - |
| XYZ | 27.5 | 42.15 | 6.92 | - |
| YUV | 151.29 | 47.13 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 8 | 0.34 | 0 | 0.96 | 0.25 | 81.52 | 0.92 | 0.39 |
| Hex | 7E | C0 | 8 | 22 | 0 | 60 | 19 | 52 | 5C | 27 |
| Octal | 176 | 300 | 10 | 42 | 0 | 140 | 31 | 122 | 134 | 47 |
| Binary | 1111110 | 11000000 | 1000 | 100010 | 0 | 1100000 | 11001 | 1010010 | 1011100 | 100111 |
Color Harmonies of #7EC008
Complementary color
Monochromatic Colors of #7EC008
Black with #7EC008
Text Example
Text Example
White with #7EC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC008; }
p { color: rgb(126,192,8); }
H1.HeaderClassName
{
color: #7EC008;
}
.AnyTagClassName
{
color: #7EC008;
}
</style>
background-color css
<style>
a { background-color: #7EC008; }
a { background-color: rgb(126,192,8); }
div.DivClassName
{
background-color: #7EC008;
}
.BgClassName
{
background-color: #7EC008;
}
</style>
border-color css
<style>
span { border-color: #7EC008; }
span { border-color: rgb(126,192,8); }
td.TdClassName
{
border-color: #7EC008;
}
.TagClassName
{
border-color: #7EC008;
}
</style>