Shades of Lima #7EC220
Tints of Lima #7EC220
RGB
CMYK
RGB Variations
Color information
#7EC220 (or 0x7EC220) is known color: Lima. HEX triplet: 7E, C2 and 20. RGB value is (126,194,32). Sum of RGB (Red+Green+Blue) = 126+194+32=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC220 is #813DDF. Grayscale: #9B9B9B. Windows color (decimal): -8469984 or 2146942. OLE color: 2146942.
HSL color Cylindrical-coordinate representation of color #7EC220: hue angle of 85.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EC220 is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 32 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.24 |
| HSL | 85.19º | 0.72% | 0.44% | - |
| HSV(B) | 85.19º | 0.84% | 0.76% | - |
| XYZ | 28.16 | 43.12 | 8.21 | - |
| YUV | 155.2 | 58.47 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 32 | 0.35 | 0 | 0.84 | 0.24 | 85.19 | 0.72 | 0.44 |
| Hex | 7E | C2 | 20 | 23 | 0 | 54 | 18 | 55 | 48 | 2C |
| Octal | 176 | 302 | 40 | 43 | 0 | 124 | 30 | 125 | 110 | 54 |
| Binary | 1111110 | 11000010 | 100000 | 100011 | 0 | 1010100 | 11000 | 1010101 | 1001000 | 101100 |
Color Harmonies of #7EC220
Complementary color
Monochromatic Colors of #7EC220
Black with #7EC220
Text Example
Text Example
White with #7EC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC220; }
p { color: rgb(126,194,32); }
H1.HeaderClassName
{
color: #7EC220;
}
.AnyTagClassName
{
color: #7EC220;
}
</style>
background-color css
<style>
a { background-color: #7EC220; }
a { background-color: rgb(126,194,32); }
div.DivClassName
{
background-color: #7EC220;
}
.BgClassName
{
background-color: #7EC220;
}
</style>
border-color css
<style>
span { border-color: #7EC220; }
span { border-color: rgb(126,194,32); }
td.TdClassName
{
border-color: #7EC220;
}
.TagClassName
{
border-color: #7EC220;
}
</style>