Shades of Lima #7EC011
Tints of Lima #7EC011
RGB
CMYK
RGB Variations
Color information
#7EC011 (or 0x7EC011) is known color: Lima. HEX triplet: 7E, C0 and 11. RGB value is (126,192,17). Sum of RGB (Red+Green+Blue) = 126+192+17=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC011 is #813FEE. Grayscale: #989898. Windows color (decimal): -8470511 or 1163390. OLE color: 1163390.
HSL color Cylindrical-coordinate representation of color #7EC011: hue angle of 82.63º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EC011 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 17 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.25 |
| HSL | 82.63º | 0.84% | 0.41% | - |
| HSV(B) | 82.63º | 0.91% | 0.75% | - |
| XYZ | 27.56 | 42.18 | 7.22 | - |
| YUV | 152.32 | 51.63 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 17 | 0.34 | 0 | 0.91 | 0.25 | 82.63 | 0.84 | 0.41 |
| Hex | 7E | C0 | 11 | 22 | 0 | 5B | 19 | 53 | 54 | 29 |
| Octal | 176 | 300 | 21 | 42 | 0 | 133 | 31 | 123 | 124 | 51 |
| Binary | 1111110 | 11000000 | 10001 | 100010 | 0 | 1011011 | 11001 | 1010011 | 1010100 | 101001 |
Color Harmonies of #7EC011
Complementary color
Monochromatic Colors of #7EC011
Black with #7EC011
Text Example
Text Example
White with #7EC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC011; }
p { color: rgb(126,192,17); }
H1.HeaderClassName
{
color: #7EC011;
}
.AnyTagClassName
{
color: #7EC011;
}
</style>
background-color css
<style>
a { background-color: #7EC011; }
a { background-color: rgb(126,192,17); }
div.DivClassName
{
background-color: #7EC011;
}
.BgClassName
{
background-color: #7EC011;
}
</style>
border-color css
<style>
span { border-color: #7EC011; }
span { border-color: rgb(126,192,17); }
td.TdClassName
{
border-color: #7EC011;
}
.TagClassName
{
border-color: #7EC011;
}
</style>