Shades of Lima #7EA221
Tints of Lima #7EA221
RGB
CMYK
RGB Variations
Color information
#7EA221 (or 0x7EA221) is known color: Lima. HEX triplet: 7E, A2 and 21. RGB value is (126,162,33). Sum of RGB (Red+Green+Blue) = 126+162+33=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA221 is #815DDE. Grayscale: #898989. Windows color (decimal): -8478175 or 2204286. OLE color: 2204286.
HSL color Cylindrical-coordinate representation of color #7EA221: hue angle of 76.74º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EA221 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 162 | 33 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.36 |
| HSL | 76.74º | 0.66% | 0.38% | - |
| HSV(B) | 76.74º | 0.8% | 0.64% | - |
| XYZ | 21.8 | 30.39 | 6.16 | - |
| YUV | 136.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 162 | 33 | 0.22 | 0 | 0.80 | 0.36 | 76.74 | 0.66 | 0.38 |
| Hex | 7E | A2 | 21 | 16 | 0 | 50 | 24 | 4D | 42 | 26 |
| Octal | 176 | 242 | 41 | 26 | 0 | 120 | 44 | 115 | 102 | 46 |
| Binary | 1111110 | 10100010 | 100001 | 10110 | 0 | 1010000 | 100100 | 1001101 | 1000010 | 100110 |
Color Harmonies of #7EA221
Complementary color
Monochromatic Colors of #7EA221
Black with #7EA221
Text Example
Text Example
White with #7EA221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA221; }
p { color: rgb(126,162,33); }
H1.HeaderClassName
{
color: #7EA221;
}
.AnyTagClassName
{
color: #7EA221;
}
</style>
background-color css
<style>
a { background-color: #7EA221; }
a { background-color: rgb(126,162,33); }
div.DivClassName
{
background-color: #7EA221;
}
.BgClassName
{
background-color: #7EA221;
}
</style>
border-color css
<style>
span { border-color: #7EA221; }
span { border-color: rgb(126,162,33); }
td.TdClassName
{
border-color: #7EA221;
}
.TagClassName
{
border-color: #7EA221;
}
</style>