Shades of Lime Green #2EE419
Tints of Lime Green #2EE419
RGB
CMYK
RGB Variations
Color information
#2EE419 (or 0x2EE419) is known color: Lime Green. HEX triplet: 2E, E4 and 19. RGB value is (46,228,25). Sum of RGB (Red+Green+Blue) = 46+228+25=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 228 (89.45% from 255 or 76.25% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE419 is #D11BE6. Grayscale: #979797. Windows color (decimal): -13704167 or 1696814. OLE color: 1696814.
HSL color Cylindrical-coordinate representation of color #2EE419: hue angle of 113.79º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EE419 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 25 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.11 |
| HSL | 113.79º | 0.8% | 0.5% | - |
| HSV(B) | 113.79º | 0.89% | 0.89% | - |
| XYZ | 29.05 | 56.14 | 10.22 | - |
| YUV | 150.44 | 57.2 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 25 | 0.80 | 0 | 0.89 | 0.11 | 113.79 | 0.8 | 0.5 |
| Hex | 2E | E4 | 19 | 50 | 0 | 59 | B | 72 | 50 | 32 |
| Octal | 56 | 344 | 31 | 120 | 0 | 131 | 13 | 162 | 120 | 62 |
| Binary | 101110 | 11100100 | 11001 | 1010000 | 0 | 1011001 | 1011 | 1110010 | 1010000 | 110010 |
Color Harmonies of #2EE419
Complementary color
Monochromatic Colors of #2EE419
Black with #2EE419
Text Example
Text Example
White with #2EE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE419; }
p { color: rgb(46,228,25); }
H1.HeaderClassName
{
color: #2EE419;
}
.AnyTagClassName
{
color: #2EE419;
}
</style>
background-color css
<style>
a { background-color: #2EE419; }
a { background-color: rgb(46,228,25); }
div.DivClassName
{
background-color: #2EE419;
}
.BgClassName
{
background-color: #2EE419;
}
</style>
border-color css
<style>
span { border-color: #2EE419; }
span { border-color: rgb(46,228,25); }
td.TdClassName
{
border-color: #2EE419;
}
.TagClassName
{
border-color: #2EE419;
}
</style>