Shades of Lima #7EC11A
Tints of Lima #7EC11A
RGB
CMYK
RGB Variations
Color information
#7EC11A (or 0x7EC11A) is known color: Lima. HEX triplet: 7E, C1 and 1A. RGB value is (126,193,26). Sum of RGB (Red+Green+Blue) = 126+193+26=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC11A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC11A is #813EE5. Grayscale: #9A9A9A. Windows color (decimal): -8470246 or 1753470. OLE color: 1753470.
HSL color Cylindrical-coordinate representation of color #7EC11A: hue angle of 84.07º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7EC11A is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 26 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.24 |
| HSL | 84.07º | 0.76% | 0.43% | - |
| HSV(B) | 84.07º | 0.87% | 0.76% | - |
| XYZ | 27.86 | 42.65 | 7.74 | - |
| YUV | 153.93 | 55.8 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 26 | 0.35 | 0 | 0.87 | 0.24 | 84.07 | 0.76 | 0.43 |
| Hex | 7E | C1 | 1A | 23 | 0 | 57 | 18 | 54 | 4C | 2B |
| Octal | 176 | 301 | 32 | 43 | 0 | 127 | 30 | 124 | 114 | 53 |
| Binary | 1111110 | 11000001 | 11010 | 100011 | 0 | 1010111 | 11000 | 1010100 | 1001100 | 101011 |
Color Harmonies of #7EC11A
Complementary color
Monochromatic Colors of #7EC11A
Black with #7EC11A
Text Example
Text Example
White with #7EC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC11A; }
p { color: rgb(126,193,26); }
H1.HeaderClassName
{
color: #7EC11A;
}
.AnyTagClassName
{
color: #7EC11A;
}
</style>
background-color css
<style>
a { background-color: #7EC11A; }
a { background-color: rgb(126,193,26); }
div.DivClassName
{
background-color: #7EC11A;
}
.BgClassName
{
background-color: #7EC11A;
}
</style>
border-color css
<style>
span { border-color: #7EC11A; }
span { border-color: rgb(126,193,26); }
td.TdClassName
{
border-color: #7EC11A;
}
.TagClassName
{
border-color: #7EC11A;
}
</style>