Shades of Lima #7EB220
Tints of Lima #7EB220
RGB
CMYK
RGB Variations
Color information
#7EB220 (or 0x7EB220) is known color: Lima. HEX triplet: 7E, B2 and 20. RGB value is (126,178,32). Sum of RGB (Red+Green+Blue) = 126+178+32=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB220 is #814DDF. Grayscale: #929292. Windows color (decimal): -8474080 or 2142846. OLE color: 2142846.
HSL color Cylindrical-coordinate representation of color #7EB220: hue angle of 81.37º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EB220 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 178 | 32 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.30 |
| HSL | 81.37º | 0.7% | 0.41% | - |
| HSV(B) | 81.37º | 0.82% | 0.7% | - |
| XYZ | 24.79 | 36.38 | 7.08 | - |
| YUV | 145.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 178 | 32 | 0.29 | 0 | 0.82 | 0.30 | 81.37 | 0.7 | 0.41 |
| Hex | 7E | B2 | 20 | 1D | 0 | 52 | 1E | 51 | 46 | 29 |
| Octal | 176 | 262 | 40 | 35 | 0 | 122 | 36 | 121 | 106 | 51 |
| Binary | 1111110 | 10110010 | 100000 | 11101 | 0 | 1010010 | 11110 | 1010001 | 1000110 | 101001 |
Color Harmonies of #7EB220
Complementary color
Monochromatic Colors of #7EB220
Black with #7EB220
Text Example
Text Example
White with #7EB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB220; }
p { color: rgb(126,178,32); }
H1.HeaderClassName
{
color: #7EB220;
}
.AnyTagClassName
{
color: #7EB220;
}
</style>
background-color css
<style>
a { background-color: #7EB220; }
a { background-color: rgb(126,178,32); }
div.DivClassName
{
background-color: #7EB220;
}
.BgClassName
{
background-color: #7EB220;
}
</style>
border-color css
<style>
span { border-color: #7EB220; }
span { border-color: rgb(126,178,32); }
td.TdClassName
{
border-color: #7EB220;
}
.TagClassName
{
border-color: #7EB220;
}
</style>