Shades of Lima #7EA321
Tints of Lima #7EA321
RGB
CMYK
RGB Variations
Color information
#7EA321 (or 0x7EA321) is known color: Lima. HEX triplet: 7E, A3 and 21. RGB value is (126,163,33). Sum of RGB (Red+Green+Blue) = 126+163+33=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA321 is #815CDE. Grayscale: #898989. Windows color (decimal): -8477919 or 2204542. OLE color: 2204542.
HSL color Cylindrical-coordinate representation of color #7EA321: hue angle of 77.08º 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 #7EA321 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 126 | 163 | 33 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.36 |
| HSL | 77.08º | 0.66% | 0.38% | - |
| HSV(B) | 77.08º | 0.8% | 0.64% | - |
| XYZ | 21.98 | 30.74 | 6.21 | - |
| YUV | 137.12 | 69.24 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 163 | 33 | 0.23 | 0 | 0.80 | 0.36 | 77.08 | 0.66 | 0.38 |
| Hex | 7E | A3 | 21 | 17 | 0 | 50 | 24 | 4D | 42 | 26 |
| Octal | 176 | 243 | 41 | 27 | 0 | 120 | 44 | 115 | 102 | 46 |
| Binary | 1111110 | 10100011 | 100001 | 10111 | 0 | 1010000 | 100100 | 1001101 | 1000010 | 100110 |
Color Harmonies of #7EA321
Complementary color
Monochromatic Colors of #7EA321
Black with #7EA321
Text Example
Text Example
White with #7EA321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA321; }
p { color: rgb(126,163,33); }
H1.HeaderClassName
{
color: #7EA321;
}
.AnyTagClassName
{
color: #7EA321;
}
</style>
background-color css
<style>
a { background-color: #7EA321; }
a { background-color: rgb(126,163,33); }
div.DivClassName
{
background-color: #7EA321;
}
.BgClassName
{
background-color: #7EA321;
}
</style>
border-color css
<style>
span { border-color: #7EA321; }
span { border-color: rgb(126,163,33); }
td.TdClassName
{
border-color: #7EA321;
}
.TagClassName
{
border-color: #7EA321;
}
</style>