Shades of Lime Green #2EC617
Tints of Lime Green #2EC617
RGB
CMYK
RGB Variations
Color information
#2EC617 (or 0x2EC617) is known color: Lime Green. HEX triplet: 2E, C6 and 17. RGB value is (46,198,23). Sum of RGB (Red+Green+Blue) = 46+198+23=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 198 (77.73% from 255 or 74.16% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC617 is #D139E8. Grayscale: #858585. Windows color (decimal): -13711849 or 1558062. OLE color: 1558062.
HSL color Cylindrical-coordinate representation of color #2EC617: hue angle of 112.11º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EC617 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 23 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.22 |
| HSL | 112.11º | 0.79% | 0.43% | - |
| HSV(B) | 112.11º | 0.88% | 0.78% | - |
| XYZ | 21.48 | 41.03 | 7.6 | - |
| YUV | 132.6 | 66.14 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 23 | 0.77 | 0 | 0.88 | 0.22 | 112.11 | 0.79 | 0.43 |
| Hex | 2E | C6 | 17 | 4D | 0 | 58 | 16 | 70 | 4F | 2B |
| Octal | 56 | 306 | 27 | 115 | 0 | 130 | 26 | 160 | 117 | 53 |
| Binary | 101110 | 11000110 | 10111 | 1001101 | 0 | 1011000 | 10110 | 1110000 | 1001111 | 101011 |
Color Harmonies of #2EC617
Complementary color
Monochromatic Colors of #2EC617
Black with #2EC617
Text Example
Text Example
White with #2EC617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC617; }
p { color: rgb(46,198,23); }
H1.HeaderClassName
{
color: #2EC617;
}
.AnyTagClassName
{
color: #2EC617;
}
</style>
background-color css
<style>
a { background-color: #2EC617; }
a { background-color: rgb(46,198,23); }
div.DivClassName
{
background-color: #2EC617;
}
.BgClassName
{
background-color: #2EC617;
}
</style>
border-color css
<style>
span { border-color: #2EC617; }
span { border-color: rgb(46,198,23); }
td.TdClassName
{
border-color: #2EC617;
}
.TagClassName
{
border-color: #2EC617;
}
</style>