Shades of Lima #7EC211
Tints of Lima #7EC211
RGB
CMYK
RGB Variations
Color information
#7EC211 (or 0x7EC211) is known color: Lima. HEX triplet: 7E, C2 and 11. RGB value is (126,194,17). Sum of RGB (Red+Green+Blue) = 126+194+17=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC211 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC211 is #813DEE. Grayscale: #9A9A9A. Windows color (decimal): -8469999 or 1163902. OLE color: 1163902.
HSL color Cylindrical-coordinate representation of color #7EC211: hue angle of 83.05º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EC211 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 17 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.24 |
| HSL | 83.05º | 0.84% | 0.41% | - |
| HSV(B) | 83.05º | 0.91% | 0.76% | - |
| XYZ | 28 | 43.06 | 7.37 | - |
| YUV | 153.49 | 50.97 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 17 | 0.35 | 0 | 0.91 | 0.24 | 83.05 | 0.84 | 0.41 |
| Hex | 7E | C2 | 11 | 23 | 0 | 5B | 18 | 53 | 54 | 29 |
| Octal | 176 | 302 | 21 | 43 | 0 | 133 | 30 | 123 | 124 | 51 |
| Binary | 1111110 | 11000010 | 10001 | 100011 | 0 | 1011011 | 11000 | 1010011 | 1010100 | 101001 |
Color Harmonies of #7EC211
Complementary color
Monochromatic Colors of #7EC211
Black with #7EC211
Text Example
Text Example
White with #7EC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC211; }
p { color: rgb(126,194,17); }
H1.HeaderClassName
{
color: #7EC211;
}
.AnyTagClassName
{
color: #7EC211;
}
</style>
background-color css
<style>
a { background-color: #7EC211; }
a { background-color: rgb(126,194,17); }
div.DivClassName
{
background-color: #7EC211;
}
.BgClassName
{
background-color: #7EC211;
}
</style>
border-color css
<style>
span { border-color: #7EC211; }
span { border-color: rgb(126,194,17); }
td.TdClassName
{
border-color: #7EC211;
}
.TagClassName
{
border-color: #7EC211;
}
</style>