Shades of Lima #7EC32A
Tints of Lima #7EC32A
RGB
CMYK
RGB Variations
Color information
#7EC32A (or 0x7EC32A) is known color: Lima. HEX triplet: 7E, C3 and 2A. RGB value is (126,195,42). Sum of RGB (Red+Green+Blue) = 126+195+42=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC32A is #813CD5. Grayscale: #9D9D9D. Windows color (decimal): -8469718 or 2802558. OLE color: 2802558.
HSL color Cylindrical-coordinate representation of color #7EC32A: hue angle of 87.06º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EC32A is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 42 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.24 |
| HSL | 87.06º | 0.65% | 0.46% | - |
| HSV(B) | 87.06º | 0.78% | 0.76% | - |
| XYZ | 28.54 | 43.63 | 9.11 | - |
| YUV | 156.93 | 63.14 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 42 | 0.35 | 0 | 0.78 | 0.24 | 87.06 | 0.65 | 0.46 |
| Hex | 7E | C3 | 2A | 23 | 0 | 4E | 18 | 57 | 41 | 2E |
| Octal | 176 | 303 | 52 | 43 | 0 | 116 | 30 | 127 | 101 | 56 |
| Binary | 1111110 | 11000011 | 101010 | 100011 | 0 | 1001110 | 11000 | 1010111 | 1000001 | 101110 |
Color Harmonies of #7EC32A
Complementary color
Monochromatic Colors of #7EC32A
Black with #7EC32A
Text Example
Text Example
White with #7EC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC32A; }
p { color: rgb(126,195,42); }
H1.HeaderClassName
{
color: #7EC32A;
}
.AnyTagClassName
{
color: #7EC32A;
}
</style>
background-color css
<style>
a { background-color: #7EC32A; }
a { background-color: rgb(126,195,42); }
div.DivClassName
{
background-color: #7EC32A;
}
.BgClassName
{
background-color: #7EC32A;
}
</style>
border-color css
<style>
span { border-color: #7EC32A; }
span { border-color: rgb(126,195,42); }
td.TdClassName
{
border-color: #7EC32A;
}
.TagClassName
{
border-color: #7EC32A;
}
</style>