Shades of Lima #7EA20A
Tints of Lima #7EA20A
RGB
CMYK
RGB Variations
Color information
#7EA20A (or 0x7EA20A) is known color: Lima. HEX triplet: 7E, A2 and 0A. RGB value is (126,162,10). Sum of RGB (Red+Green+Blue) = 126+162+10=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA20A is #815DF5. Grayscale: #868686. Windows color (decimal): -8478198 or 696958. OLE color: 696958.
HSL color Cylindrical-coordinate representation of color #7EA20A: hue angle of 74.21º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7EA20A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 10 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.36 |
| HSL | 74.21º | 0.88% | 0.34% | - |
| HSV(B) | 74.21º | 0.94% | 0.64% | - |
| XYZ | 21.58 | 30.3 | 5 | - |
| YUV | 133.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 10 | 0.22 | 0 | 0.94 | 0.36 | 74.21 | 0.88 | 0.34 |
| Hex | 7E | A2 | A | 16 | 0 | 5E | 24 | 4A | 58 | 22 |
| Octal | 176 | 242 | 12 | 26 | 0 | 136 | 44 | 112 | 130 | 42 |
| Binary | 1111110 | 10100010 | 1010 | 10110 | 0 | 1011110 | 100100 | 1001010 | 1011000 | 100010 |
Color Harmonies of #7EA20A
Complementary color
Monochromatic Colors of #7EA20A
Black with #7EA20A
Text Example
Text Example
White with #7EA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA20A; }
p { color: rgb(126,162,10); }
H1.HeaderClassName
{
color: #7EA20A;
}
.AnyTagClassName
{
color: #7EA20A;
}
</style>
background-color css
<style>
a { background-color: #7EA20A; }
a { background-color: rgb(126,162,10); }
div.DivClassName
{
background-color: #7EA20A;
}
.BgClassName
{
background-color: #7EA20A;
}
</style>
border-color css
<style>
span { border-color: #7EA20A; }
span { border-color: rgb(126,162,10); }
td.TdClassName
{
border-color: #7EA20A;
}
.TagClassName
{
border-color: #7EA20A;
}
</style>