Shades of Lima #7EC50A
Tints of Lima #7EC50A
RGB
CMYK
RGB Variations
Color information
#7EC50A (or 0x7EC50A) is known color: Lima. HEX triplet: 7E, C5 and 0A. RGB value is (126,197,10). Sum of RGB (Red+Green+Blue) = 126+197+10=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC50A is #813AF5. Grayscale: #9B9B9B. Windows color (decimal): -8469238 or 705918. OLE color: 705918.
HSL color Cylindrical-coordinate representation of color #7EC50A: hue angle of 82.78º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7EC50A is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 10 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.23 |
| HSL | 82.78º | 0.9% | 0.41% | - |
| HSV(B) | 82.78º | 0.95% | 0.77% | - |
| XYZ | 28.63 | 44.39 | 7.35 | - |
| YUV | 154.45 | 46.48 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 10 | 0.36 | 0 | 0.95 | 0.23 | 82.78 | 0.9 | 0.41 |
| Hex | 7E | C5 | A | 24 | 0 | 5F | 17 | 53 | 5A | 29 |
| Octal | 176 | 305 | 12 | 44 | 0 | 137 | 27 | 123 | 132 | 51 |
| Binary | 1111110 | 11000101 | 1010 | 100100 | 0 | 1011111 | 10111 | 1010011 | 1011010 | 101001 |
Color Harmonies of #7EC50A
Complementary color
Monochromatic Colors of #7EC50A
Black with #7EC50A
Text Example
Text Example
White with #7EC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC50A; }
p { color: rgb(126,197,10); }
H1.HeaderClassName
{
color: #7EC50A;
}
.AnyTagClassName
{
color: #7EC50A;
}
</style>
background-color css
<style>
a { background-color: #7EC50A; }
a { background-color: rgb(126,197,10); }
div.DivClassName
{
background-color: #7EC50A;
}
.BgClassName
{
background-color: #7EC50A;
}
</style>
border-color css
<style>
span { border-color: #7EC50A; }
span { border-color: rgb(126,197,10); }
td.TdClassName
{
border-color: #7EC50A;
}
.TagClassName
{
border-color: #7EC50A;
}
</style>