Shades of Lima #7EA520
Tints of Lima #7EA520
RGB
CMYK
RGB Variations
Color information
#7EA520 (or 0x7EA520) is known color: Lima. HEX triplet: 7E, A5 and 20. RGB value is (126,165,32). Sum of RGB (Red+Green+Blue) = 126+165+32=323 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.01% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA520 is #815ADF. Grayscale: #8A8A8A. Windows color (decimal): -8477408 or 2139518. OLE color: 2139518.
HSL color Cylindrical-coordinate representation of color #7EA520: hue angle of 77.59º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EA520 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 126 | 165 | 32 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.35 |
| HSL | 77.59º | 0.68% | 0.39% | - |
| HSV(B) | 77.59º | 0.81% | 0.65% | - |
| XYZ | 22.32 | 31.45 | 6.26 | - |
| YUV | 138.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 165 | 32 | 0.24 | 0 | 0.81 | 0.35 | 77.59 | 0.68 | 0.39 |
| Hex | 7E | A5 | 20 | 18 | 0 | 51 | 23 | 4E | 44 | 27 |
| Octal | 176 | 245 | 40 | 30 | 0 | 121 | 43 | 116 | 104 | 47 |
| Binary | 1111110 | 10100101 | 100000 | 11000 | 0 | 1010001 | 100011 | 1001110 | 1000100 | 100111 |
Color Harmonies of #7EA520
Complementary color
Monochromatic Colors of #7EA520
Black with #7EA520
Text Example
Text Example
White with #7EA520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA520; }
p { color: rgb(126,165,32); }
H1.HeaderClassName
{
color: #7EA520;
}
.AnyTagClassName
{
color: #7EA520;
}
</style>
background-color css
<style>
a { background-color: #7EA520; }
a { background-color: rgb(126,165,32); }
div.DivClassName
{
background-color: #7EA520;
}
.BgClassName
{
background-color: #7EA520;
}
</style>
border-color css
<style>
span { border-color: #7EA520; }
span { border-color: rgb(126,165,32); }
td.TdClassName
{
border-color: #7EA520;
}
.TagClassName
{
border-color: #7EA520;
}
</style>