Shades of Lima #7EB320
Tints of Lima #7EB320
RGB
CMYK
RGB Variations
Color information
#7EB320 (or 0x7EB320) is known color: Lima. HEX triplet: 7E, B3 and 20. RGB value is (126,179,32). Sum of RGB (Red+Green+Blue) = 126+179+32=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB320 is #814CDF. Grayscale: #929292. Windows color (decimal): -8473824 or 2143102. OLE color: 2143102.
HSL color Cylindrical-coordinate representation of color #7EB320: hue angle of 81.63º 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 #7EB320 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 179 | 32 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.30 |
| HSL | 81.63º | 0.7% | 0.41% | - |
| HSV(B) | 81.63º | 0.82% | 0.7% | - |
| XYZ | 24.99 | 36.78 | 7.15 | - |
| YUV | 146.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 179 | 32 | 0.30 | 0 | 0.82 | 0.30 | 81.63 | 0.7 | 0.41 |
| Hex | 7E | B3 | 20 | 1E | 0 | 52 | 1E | 52 | 46 | 29 |
| Octal | 176 | 263 | 40 | 36 | 0 | 122 | 36 | 122 | 106 | 51 |
| Binary | 1111110 | 10110011 | 100000 | 11110 | 0 | 1010010 | 11110 | 1010010 | 1000110 | 101001 |
Color Harmonies of #7EB320
Complementary color
Monochromatic Colors of #7EB320
Black with #7EB320
Text Example
Text Example
White with #7EB320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB320; }
p { color: rgb(126,179,32); }
H1.HeaderClassName
{
color: #7EB320;
}
.AnyTagClassName
{
color: #7EB320;
}
</style>
background-color css
<style>
a { background-color: #7EB320; }
a { background-color: rgb(126,179,32); }
div.DivClassName
{
background-color: #7EB320;
}
.BgClassName
{
background-color: #7EB320;
}
</style>
border-color css
<style>
span { border-color: #7EB320; }
span { border-color: rgb(126,179,32); }
td.TdClassName
{
border-color: #7EB320;
}
.TagClassName
{
border-color: #7EB320;
}
</style>