Shades of Lima #7EC020
Tints of Lima #7EC020
RGB
CMYK
RGB Variations
Color information
#7EC020 (or 0x7EC020) is known color: Lima. HEX triplet: 7E, C0 and 20. RGB value is (126,192,32). Sum of RGB (Red+Green+Blue) = 126+192+32=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC020 is #813FDF. Grayscale: #9A9A9A. Windows color (decimal): -8470496 or 2146430. OLE color: 2146430.
HSL color Cylindrical-coordinate representation of color #7EC020: hue angle of 84.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7EC020 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 32 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.25 |
| HSL | 84.75º | 0.71% | 0.44% | - |
| HSV(B) | 84.75º | 0.83% | 0.75% | - |
| XYZ | 27.71 | 42.24 | 8.06 | - |
| YUV | 154.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 32 | 0.34 | 0 | 0.83 | 0.25 | 84.75 | 0.71 | 0.44 |
| Hex | 7E | C0 | 20 | 22 | 0 | 53 | 19 | 55 | 47 | 2C |
| Octal | 176 | 300 | 40 | 42 | 0 | 123 | 31 | 125 | 107 | 54 |
| Binary | 1111110 | 11000000 | 100000 | 100010 | 0 | 1010011 | 11001 | 1010101 | 1000111 | 101100 |
Color Harmonies of #7EC020
Complementary color
Monochromatic Colors of #7EC020
Black with #7EC020
Text Example
Text Example
White with #7EC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC020; }
p { color: rgb(126,192,32); }
H1.HeaderClassName
{
color: #7EC020;
}
.AnyTagClassName
{
color: #7EC020;
}
</style>
background-color css
<style>
a { background-color: #7EC020; }
a { background-color: rgb(126,192,32); }
div.DivClassName
{
background-color: #7EC020;
}
.BgClassName
{
background-color: #7EC020;
}
</style>
border-color css
<style>
span { border-color: #7EC020; }
span { border-color: rgb(126,192,32); }
td.TdClassName
{
border-color: #7EC020;
}
.TagClassName
{
border-color: #7EC020;
}
</style>