Shades of Lima #7EC236
Tints of Lima #7EC236
RGB
CMYK
RGB Variations
Color information
#7EC236 (or 0x7EC236) is known color: Lima. HEX triplet: 7E, C2 and 36. RGB value is (126,194,54). Sum of RGB (Red+Green+Blue) = 126+194+54=374 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.69% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC236 is #813DC9. Grayscale: #9E9E9E. Windows color (decimal): -8469962 or 3588734. OLE color: 3588734.
HSL color Cylindrical-coordinate representation of color #7EC236: hue angle of 89.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EC236 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 54 | - |
| CMYK | 0.35 | 0 | 0.72 | 0.24 |
| HSL | 89.14º | 0.56% | 0.49% | - |
| HSV(B) | 89.14º | 0.72% | 0.76% | - |
| XYZ | 28.56 | 43.29 | 10.34 | - |
| YUV | 157.71 | 69.47 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 54 | 0.35 | 0 | 0.72 | 0.24 | 89.14 | 0.56 | 0.49 |
| Hex | 7E | C2 | 36 | 23 | 0 | 48 | 18 | 59 | 38 | 31 |
| Octal | 176 | 302 | 66 | 43 | 0 | 110 | 30 | 131 | 70 | 61 |
| Binary | 1111110 | 11000010 | 110110 | 100011 | 0 | 1001000 | 11000 | 1011001 | 111000 | 110001 |
Color Harmonies of #7EC236
Complementary color
Monochromatic Colors of #7EC236
Black with #7EC236
Text Example
Text Example
White with #7EC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC236; }
p { color: rgb(126,194,54); }
H1.HeaderClassName
{
color: #7EC236;
}
.AnyTagClassName
{
color: #7EC236;
}
</style>
background-color css
<style>
a { background-color: #7EC236; }
a { background-color: rgb(126,194,54); }
div.DivClassName
{
background-color: #7EC236;
}
.BgClassName
{
background-color: #7EC236;
}
</style>
border-color css
<style>
span { border-color: #7EC236; }
span { border-color: rgb(126,194,54); }
td.TdClassName
{
border-color: #7EC236;
}
.TagClassName
{
border-color: #7EC236;
}
</style>