Shades of Lime Green #2EC51E
Tints of Lime Green #2EC51E
RGB
CMYK
RGB Variations
Color information
#2EC51E (or 0x2EC51E) is known color: Lime Green. HEX triplet: 2E, C5 and 1E. RGB value is (46,197,30). Sum of RGB (Red+Green+Blue) = 46+197+30=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC51E is #D13AE1. Grayscale: #858585. Windows color (decimal): -13712098 or 2016558. OLE color: 2016558.
HSL color Cylindrical-coordinate representation of color #2EC51E: hue angle of 114.25º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EC51E is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 30 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.23 |
| HSL | 114.25º | 0.74% | 0.45% | - |
| HSV(B) | 114.25º | 0.85% | 0.77% | - |
| XYZ | 21.33 | 40.61 | 7.94 | - |
| YUV | 132.81 | 69.97 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 30 | 0.77 | 0 | 0.85 | 0.23 | 114.25 | 0.74 | 0.45 |
| Hex | 2E | C5 | 1E | 4D | 0 | 55 | 17 | 72 | 4A | 2D |
| Octal | 56 | 305 | 36 | 115 | 0 | 125 | 27 | 162 | 112 | 55 |
| Binary | 101110 | 11000101 | 11110 | 1001101 | 0 | 1010101 | 10111 | 1110010 | 1001010 | 101101 |
Color Harmonies of #2EC51E
Complementary color
Monochromatic Colors of #2EC51E
Black with #2EC51E
Text Example
Text Example
White with #2EC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC51E; }
p { color: rgb(46,197,30); }
H1.HeaderClassName
{
color: #2EC51E;
}
.AnyTagClassName
{
color: #2EC51E;
}
</style>
background-color css
<style>
a { background-color: #2EC51E; }
a { background-color: rgb(46,197,30); }
div.DivClassName
{
background-color: #2EC51E;
}
.BgClassName
{
background-color: #2EC51E;
}
</style>
border-color css
<style>
span { border-color: #2EC51E; }
span { border-color: rgb(46,197,30); }
td.TdClassName
{
border-color: #2EC51E;
}
.TagClassName
{
border-color: #2EC51E;
}
</style>