Shades of Lime Green #2EC71A
Tints of Lime Green #2EC71A
RGB
CMYK
RGB Variations
Color information
#2EC71A (or 0x2EC71A) is known color: Lime Green. HEX triplet: 2E, C7 and 1A. RGB value is (46,199,26). Sum of RGB (Red+Green+Blue) = 46+199+26=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 199 (78.12% from 255 or 73.43% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC71A is #D138E5. Grayscale: #868686. Windows color (decimal): -13711590 or 1754926. OLE color: 1754926.
HSL color Cylindrical-coordinate representation of color #2EC71A: hue angle of 113.06º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EC71A is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 26 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.22 |
| HSL | 113.06º | 0.77% | 0.44% | - |
| HSV(B) | 113.06º | 0.87% | 0.78% | - |
| XYZ | 21.74 | 41.5 | 7.84 | - |
| YUV | 133.53 | 67.31 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 26 | 0.77 | 0 | 0.87 | 0.22 | 113.06 | 0.77 | 0.44 |
| Hex | 2E | C7 | 1A | 4D | 0 | 57 | 16 | 71 | 4D | 2C |
| Octal | 56 | 307 | 32 | 115 | 0 | 127 | 26 | 161 | 115 | 54 |
| Binary | 101110 | 11000111 | 11010 | 1001101 | 0 | 1010111 | 10110 | 1110001 | 1001101 | 101100 |
Color Harmonies of #2EC71A
Complementary color
Monochromatic Colors of #2EC71A
Black with #2EC71A
Text Example
Text Example
White with #2EC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC71A; }
p { color: rgb(46,199,26); }
H1.HeaderClassName
{
color: #2EC71A;
}
.AnyTagClassName
{
color: #2EC71A;
}
</style>
background-color css
<style>
a { background-color: #2EC71A; }
a { background-color: rgb(46,199,26); }
div.DivClassName
{
background-color: #2EC71A;
}
.BgClassName
{
background-color: #2EC71A;
}
</style>
border-color css
<style>
span { border-color: #2EC71A; }
span { border-color: rgb(46,199,26); }
td.TdClassName
{
border-color: #2EC71A;
}
.TagClassName
{
border-color: #2EC71A;
}
</style>