Shades of Lima #7EC032
Tints of Lima #7EC032
RGB
CMYK
RGB Variations
Color information
#7EC032 (or 0x7EC032) is known color: Lima. HEX triplet: 7E, C0 and 32. RGB value is (126,192,50). Sum of RGB (Red+Green+Blue) = 126+192+50=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC032 is #813FCD. Grayscale: #9C9C9C. Windows color (decimal): -8470478 or 3326078. OLE color: 3326078.
HSL color Cylindrical-coordinate representation of color #7EC032: hue angle of 87.89º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EC032 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 50 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.25 |
| HSL | 87.89º | 0.59% | 0.47% | - |
| HSV(B) | 87.89º | 0.74% | 0.75% | - |
| XYZ | 28.03 | 42.37 | 9.72 | - |
| YUV | 156.08 | 68.13 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 50 | 0.34 | 0 | 0.74 | 0.25 | 87.89 | 0.59 | 0.47 |
| Hex | 7E | C0 | 32 | 22 | 0 | 4A | 19 | 58 | 3B | 2F |
| Octal | 176 | 300 | 62 | 42 | 0 | 112 | 31 | 130 | 73 | 57 |
| Binary | 1111110 | 11000000 | 110010 | 100010 | 0 | 1001010 | 11001 | 1011000 | 111011 | 101111 |
Color Harmonies of #7EC032
Complementary color
Monochromatic Colors of #7EC032
Black with #7EC032
Text Example
Text Example
White with #7EC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC032; }
p { color: rgb(126,192,50); }
H1.HeaderClassName
{
color: #7EC032;
}
.AnyTagClassName
{
color: #7EC032;
}
</style>
background-color css
<style>
a { background-color: #7EC032; }
a { background-color: rgb(126,192,50); }
div.DivClassName
{
background-color: #7EC032;
}
.BgClassName
{
background-color: #7EC032;
}
</style>
border-color css
<style>
span { border-color: #7EC032; }
span { border-color: rgb(126,192,50); }
td.TdClassName
{
border-color: #7EC032;
}
.TagClassName
{
border-color: #7EC032;
}
</style>