Shades of Lima #7EC908
Tints of Lima #7EC908
RGB
CMYK
RGB Variations
Color information
#7EC908 (or 0x7EC908) is known color: Lima. HEX triplet: 7E, C9 and 08. RGB value is (126,201,8). Sum of RGB (Red+Green+Blue) = 126+201+8=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC908 is #8136F7. Grayscale: #9D9D9D. Windows color (decimal): -8468216 or 575870. OLE color: 575870.
HSL color Cylindrical-coordinate representation of color #7EC908: hue angle of 83.32º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EC908 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.21 |
| HSL | 83.32º | 0.92% | 0.41% | - |
| HSV(B) | 83.32º | 0.96% | 0.79% | - |
| XYZ | 29.53 | 46.23 | 7.6 | - |
| YUV | 156.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 8 | 0.37 | 0 | 0.96 | 0.21 | 83.32 | 0.92 | 0.41 |
| Hex | 7E | C9 | 8 | 25 | 0 | 60 | 15 | 53 | 5C | 29 |
| Octal | 176 | 311 | 10 | 45 | 0 | 140 | 25 | 123 | 134 | 51 |
| Binary | 1111110 | 11001001 | 1000 | 100101 | 0 | 1100000 | 10101 | 1010011 | 1011100 | 101001 |
Color Harmonies of #7EC908
Complementary color
Monochromatic Colors of #7EC908
Black with #7EC908
Text Example
Text Example
White with #7EC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC908; }
p { color: rgb(126,201,8); }
H1.HeaderClassName
{
color: #7EC908;
}
.AnyTagClassName
{
color: #7EC908;
}
</style>
background-color css
<style>
a { background-color: #7EC908; }
a { background-color: rgb(126,201,8); }
div.DivClassName
{
background-color: #7EC908;
}
.BgClassName
{
background-color: #7EC908;
}
</style>
border-color css
<style>
span { border-color: #7EC908; }
span { border-color: rgb(126,201,8); }
td.TdClassName
{
border-color: #7EC908;
}
.TagClassName
{
border-color: #7EC908;
}
</style>