Shades of Lima #7EA214
Tints of Lima #7EA214
RGB
CMYK
RGB Variations
Color information
#7EA214 (or 0x7EA214) is known color: Lima. HEX triplet: 7E, A2 and 14. RGB value is (126,162,20). Sum of RGB (Red+Green+Blue) = 126+162+20=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA214 is #815DEB. Grayscale: #878787. Windows color (decimal): -8478188 or 1352318. OLE color: 1352318.
HSL color Cylindrical-coordinate representation of color #7EA214: hue angle of 75.21º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7EA214 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 20 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.36 |
| HSL | 75.21º | 0.78% | 0.36% | - |
| HSV(B) | 75.21º | 0.88% | 0.64% | - |
| XYZ | 21.65 | 30.33 | 5.37 | - |
| YUV | 135.05 | 63.07 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 20 | 0.22 | 0 | 0.88 | 0.36 | 75.21 | 0.78 | 0.36 |
| Hex | 7E | A2 | 14 | 16 | 0 | 58 | 24 | 4B | 4E | 24 |
| Octal | 176 | 242 | 24 | 26 | 0 | 130 | 44 | 113 | 116 | 44 |
| Binary | 1111110 | 10100010 | 10100 | 10110 | 0 | 1011000 | 100100 | 1001011 | 1001110 | 100100 |
Color Harmonies of #7EA214
Complementary color
Monochromatic Colors of #7EA214
Black with #7EA214
Text Example
Text Example
White with #7EA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA214; }
p { color: rgb(126,162,20); }
H1.HeaderClassName
{
color: #7EA214;
}
.AnyTagClassName
{
color: #7EA214;
}
</style>
background-color css
<style>
a { background-color: #7EA214; }
a { background-color: rgb(126,162,20); }
div.DivClassName
{
background-color: #7EA214;
}
.BgClassName
{
background-color: #7EA214;
}
</style>
border-color css
<style>
span { border-color: #7EA214; }
span { border-color: rgb(126,162,20); }
td.TdClassName
{
border-color: #7EA214;
}
.TagClassName
{
border-color: #7EA214;
}
</style>