Shades of Lime Green #2EC61A
Tints of Lime Green #2EC61A
RGB
CMYK
RGB Variations
Color information
#2EC61A (or 0x2EC61A) is known color: Lime Green. HEX triplet: 2E, C6 and 1A. RGB value is (46,198,26). Sum of RGB (Red+Green+Blue) = 46+198+26=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC61A is #D139E5. Grayscale: #858585. Windows color (decimal): -13711846 or 1754670. OLE color: 1754670.
HSL color Cylindrical-coordinate representation of color #2EC61A: hue angle of 113.02º 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 #2EC61A is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 26 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.22 |
| HSL | 113.02º | 0.77% | 0.44% | - |
| HSV(B) | 113.02º | 0.87% | 0.78% | - |
| XYZ | 21.51 | 41.04 | 7.77 | - |
| YUV | 132.94 | 67.64 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 26 | 0.77 | 0 | 0.87 | 0.22 | 113.02 | 0.77 | 0.44 |
| Hex | 2E | C6 | 1A | 4D | 0 | 57 | 16 | 71 | 4D | 2C |
| Octal | 56 | 306 | 32 | 115 | 0 | 127 | 26 | 161 | 115 | 54 |
| Binary | 101110 | 11000110 | 11010 | 1001101 | 0 | 1010111 | 10110 | 1110001 | 1001101 | 101100 |
Color Harmonies of #2EC61A
Complementary color
Monochromatic Colors of #2EC61A
Black with #2EC61A
Text Example
Text Example
White with #2EC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC61A; }
p { color: rgb(46,198,26); }
H1.HeaderClassName
{
color: #2EC61A;
}
.AnyTagClassName
{
color: #2EC61A;
}
</style>
background-color css
<style>
a { background-color: #2EC61A; }
a { background-color: rgb(46,198,26); }
div.DivClassName
{
background-color: #2EC61A;
}
.BgClassName
{
background-color: #2EC61A;
}
</style>
border-color css
<style>
span { border-color: #2EC61A; }
span { border-color: rgb(46,198,26); }
td.TdClassName
{
border-color: #2EC61A;
}
.TagClassName
{
border-color: #2EC61A;
}
</style>