Shades of Lima #7EC021
Tints of Lima #7EC021
RGB
CMYK
RGB Variations
Color information
#7EC021 (or 0x7EC021) is known color: Lima. HEX triplet: 7E, C0 and 21. RGB value is (126,192,33). Sum of RGB (Red+Green+Blue) = 126+192+33=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC021 is #813FDE. Grayscale: #9A9A9A. Windows color (decimal): -8470495 or 2211966. OLE color: 2211966.
HSL color Cylindrical-coordinate representation of color #7EC021: hue angle of 84.91º 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 #7EC021 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 33 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.25 |
| HSL | 84.91º | 0.71% | 0.44% | - |
| HSV(B) | 84.91º | 0.83% | 0.75% | - |
| XYZ | 27.73 | 42.24 | 8.13 | - |
| YUV | 154.14 | 59.63 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 33 | 0.34 | 0 | 0.83 | 0.25 | 84.91 | 0.71 | 0.44 |
| Hex | 7E | C0 | 21 | 22 | 0 | 53 | 19 | 55 | 47 | 2C |
| Octal | 176 | 300 | 41 | 42 | 0 | 123 | 31 | 125 | 107 | 54 |
| Binary | 1111110 | 11000000 | 100001 | 100010 | 0 | 1010011 | 11001 | 1010101 | 1000111 | 101100 |
Color Harmonies of #7EC021
Complementary color
Monochromatic Colors of #7EC021
Black with #7EC021
Text Example
Text Example
White with #7EC021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC021; }
p { color: rgb(126,192,33); }
H1.HeaderClassName
{
color: #7EC021;
}
.AnyTagClassName
{
color: #7EC021;
}
</style>
background-color css
<style>
a { background-color: #7EC021; }
a { background-color: rgb(126,192,33); }
div.DivClassName
{
background-color: #7EC021;
}
.BgClassName
{
background-color: #7EC021;
}
</style>
border-color css
<style>
span { border-color: #7EC021; }
span { border-color: rgb(126,192,33); }
td.TdClassName
{
border-color: #7EC021;
}
.TagClassName
{
border-color: #7EC021;
}
</style>