Shades of Lime Green #2EE919
Tints of Lime Green #2EE919
RGB
CMYK
RGB Variations
Color information
#2EE919 (or 0x2EE919) is known color: Lime Green. HEX triplet: 2E, E9 and 19. RGB value is (46,233,25). Sum of RGB (Red+Green+Blue) = 46+233+25=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 233 (91.41% from 255 or 76.64% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE919 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE919 is #D116E6. Grayscale: #9A9A9A. Windows color (decimal): -13702887 or 1698094. OLE color: 1698094.
HSL color Cylindrical-coordinate representation of color #2EE919: hue angle of 113.94º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EE919 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 25 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.09 |
| HSL | 113.94º | 0.83% | 0.51% | - |
| HSV(B) | 113.94º | 0.89% | 0.91% | - |
| XYZ | 30.44 | 58.93 | 10.69 | - |
| YUV | 153.38 | 55.55 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 25 | 0.80 | 0 | 0.89 | 0.09 | 113.94 | 0.83 | 0.51 |
| Hex | 2E | E9 | 19 | 50 | 0 | 59 | 9 | 72 | 53 | 33 |
| Octal | 56 | 351 | 31 | 120 | 0 | 131 | 11 | 162 | 123 | 63 |
| Binary | 101110 | 11101001 | 11001 | 1010000 | 0 | 1011001 | 1001 | 1110010 | 1010011 | 110011 |
Color Harmonies of #2EE919
Complementary color
Monochromatic Colors of #2EE919
Black with #2EE919
Text Example
Text Example
White with #2EE919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE919; }
p { color: rgb(46,233,25); }
H1.HeaderClassName
{
color: #2EE919;
}
.AnyTagClassName
{
color: #2EE919;
}
</style>
background-color css
<style>
a { background-color: #2EE919; }
a { background-color: rgb(46,233,25); }
div.DivClassName
{
background-color: #2EE919;
}
.BgClassName
{
background-color: #2EE919;
}
</style>
border-color css
<style>
span { border-color: #2EE919; }
span { border-color: rgb(46,233,25); }
td.TdClassName
{
border-color: #2EE919;
}
.TagClassName
{
border-color: #2EE919;
}
</style>