Shades of Lime Green #2EC219
Tints of Lime Green #2EC219
RGB
CMYK
RGB Variations
Color information
#2EC219 (or 0x2EC219) is known color: Lime Green. HEX triplet: 2E, C2 and 19. RGB value is (46,194,25). Sum of RGB (Red+Green+Blue) = 46+194+25=265 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.36% from 265); Green value is 194 (76.17% from 255 or 73.21% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC219 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC219 is #D13DE6. Grayscale: #838383. Windows color (decimal): -13712871 or 1688110. OLE color: 1688110.
HSL color Cylindrical-coordinate representation of color #2EC219: hue angle of 112.54º degrees, saturation: 0.77, 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 #2EC219 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 25 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.24 |
| HSL | 112.54º | 0.77% | 0.43% | - |
| HSV(B) | 112.54º | 0.87% | 0.76% | - |
| XYZ | 20.59 | 39.23 | 7.41 | - |
| YUV | 130.48 | 68.47 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 25 | 0.76 | 0 | 0.87 | 0.24 | 112.54 | 0.77 | 0.43 |
| Hex | 2E | C2 | 19 | 4C | 0 | 57 | 18 | 71 | 4D | 2B |
| Octal | 56 | 302 | 31 | 114 | 0 | 127 | 30 | 161 | 115 | 53 |
| Binary | 101110 | 11000010 | 11001 | 1001100 | 0 | 1010111 | 11000 | 1110001 | 1001101 | 101011 |
Color Harmonies of #2EC219
Complementary color
Monochromatic Colors of #2EC219
Black with #2EC219
Text Example
Text Example
White with #2EC219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC219; }
p { color: rgb(46,194,25); }
H1.HeaderClassName
{
color: #2EC219;
}
.AnyTagClassName
{
color: #2EC219;
}
</style>
background-color css
<style>
a { background-color: #2EC219; }
a { background-color: rgb(46,194,25); }
div.DivClassName
{
background-color: #2EC219;
}
.BgClassName
{
background-color: #2EC219;
}
</style>
border-color css
<style>
span { border-color: #2EC219; }
span { border-color: rgb(46,194,25); }
td.TdClassName
{
border-color: #2EC219;
}
.TagClassName
{
border-color: #2EC219;
}
</style>