Shades of Lima #7EC433
Tints of Lima #7EC433
RGB
CMYK
RGB Variations
Color information
#7EC433 (or 0x7EC433) is known color: Lima. HEX triplet: 7E, C4 and 33. RGB value is (126,196,51). Sum of RGB (Red+Green+Blue) = 126+196+51=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC433 is #813BCC. Grayscale: #9F9F9F. Windows color (decimal): -8469453 or 3392638. OLE color: 3392638.
HSL color Cylindrical-coordinate representation of color #7EC433: hue angle of 88.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EC433 is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 51 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.23 |
| HSL | 88.97º | 0.59% | 0.48% | - |
| HSV(B) | 88.97º | 0.74% | 0.77% | - |
| XYZ | 28.94 | 44.15 | 10.13 | - |
| YUV | 158.54 | 67.31 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 51 | 0.36 | 0 | 0.74 | 0.23 | 88.97 | 0.59 | 0.48 |
| Hex | 7E | C4 | 33 | 24 | 0 | 4A | 17 | 59 | 3B | 30 |
| Octal | 176 | 304 | 63 | 44 | 0 | 112 | 27 | 131 | 73 | 60 |
| Binary | 1111110 | 11000100 | 110011 | 100100 | 0 | 1001010 | 10111 | 1011001 | 111011 | 110000 |
Color Harmonies of #7EC433
Complementary color
Monochromatic Colors of #7EC433
Black with #7EC433
Text Example
Text Example
White with #7EC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC433; }
p { color: rgb(126,196,51); }
H1.HeaderClassName
{
color: #7EC433;
}
.AnyTagClassName
{
color: #7EC433;
}
</style>
background-color css
<style>
a { background-color: #7EC433; }
a { background-color: rgb(126,196,51); }
div.DivClassName
{
background-color: #7EC433;
}
.BgClassName
{
background-color: #7EC433;
}
</style>
border-color css
<style>
span { border-color: #7EC433; }
span { border-color: rgb(126,196,51); }
td.TdClassName
{
border-color: #7EC433;
}
.TagClassName
{
border-color: #7EC433;
}
</style>