Shades of Lime Green #2EE019
Tints of Lime Green #2EE019
RGB
CMYK
RGB Variations
Color information
#2EE019 (or 0x2EE019) is known color: Lime Green. HEX triplet: 2E, E0 and 19. RGB value is (46,224,25). Sum of RGB (Red+Green+Blue) = 46+224+25=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE019 is #D11FE6. Grayscale: #949494. Windows color (decimal): -13705191 or 1695790. OLE color: 1695790.
HSL color Cylindrical-coordinate representation of color #2EE019: hue angle of 113.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EE019 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 25 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.12 |
| HSL | 113.67º | 0.8% | 0.49% | - |
| HSV(B) | 113.67º | 0.89% | 0.88% | - |
| XYZ | 27.96 | 53.96 | 9.86 | - |
| YUV | 148.09 | 58.53 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 25 | 0.79 | 0 | 0.89 | 0.12 | 113.67 | 0.8 | 0.49 |
| Hex | 2E | E0 | 19 | 4F | 0 | 59 | C | 72 | 50 | 31 |
| Octal | 56 | 340 | 31 | 117 | 0 | 131 | 14 | 162 | 120 | 61 |
| Binary | 101110 | 11100000 | 11001 | 1001111 | 0 | 1011001 | 1100 | 1110010 | 1010000 | 110001 |
Color Harmonies of #2EE019
Complementary color
Monochromatic Colors of #2EE019
Black with #2EE019
Text Example
Text Example
White with #2EE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE019; }
p { color: rgb(46,224,25); }
H1.HeaderClassName
{
color: #2EE019;
}
.AnyTagClassName
{
color: #2EE019;
}
</style>
background-color css
<style>
a { background-color: #2EE019; }
a { background-color: rgb(46,224,25); }
div.DivClassName
{
background-color: #2EE019;
}
.BgClassName
{
background-color: #2EE019;
}
</style>
border-color css
<style>
span { border-color: #2EE019; }
span { border-color: rgb(46,224,25); }
td.TdClassName
{
border-color: #2EE019;
}
.TagClassName
{
border-color: #2EE019;
}
</style>