Shades of Lime Green #2EE719
Tints of Lime Green #2EE719
RGB
CMYK
RGB Variations
Color information
#2EE719 (or 0x2EE719) is known color: Lime Green. HEX triplet: 2E, E7 and 19. RGB value is (46,231,25). Sum of RGB (Red+Green+Blue) = 46+231+25=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 231 (90.62% from 255 or 76.49% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE719 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2EE719 is #D118E6. Grayscale: #989898. Windows color (decimal): -13703399 or 1697582. OLE color: 1697582.
HSL color Cylindrical-coordinate representation of color #2EE719: hue angle of 113.88º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EE719 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 25 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.09 |
| HSL | 113.88º | 0.81% | 0.5% | - |
| HSV(B) | 113.88º | 0.89% | 0.91% | - |
| XYZ | 29.88 | 57.8 | 10.5 | - |
| YUV | 152.2 | 56.21 | 52.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 25 | 0.80 | 0 | 0.89 | 0.09 | 113.88 | 0.81 | 0.5 |
| Hex | 2E | E7 | 19 | 50 | 0 | 59 | 9 | 72 | 51 | 32 |
| Octal | 56 | 347 | 31 | 120 | 0 | 131 | 11 | 162 | 121 | 62 |
| Binary | 101110 | 11100111 | 11001 | 1010000 | 0 | 1011001 | 1001 | 1110010 | 1010001 | 110010 |
Color Harmonies of #2EE719
Complementary color
Monochromatic Colors of #2EE719
Black with #2EE719
Text Example
Text Example
White with #2EE719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE719; }
p { color: rgb(46,231,25); }
H1.HeaderClassName
{
color: #2EE719;
}
.AnyTagClassName
{
color: #2EE719;
}
</style>
background-color css
<style>
a { background-color: #2EE719; }
a { background-color: rgb(46,231,25); }
div.DivClassName
{
background-color: #2EE719;
}
.BgClassName
{
background-color: #2EE719;
}
</style>
border-color css
<style>
span { border-color: #2EE719; }
span { border-color: rgb(46,231,25); }
td.TdClassName
{
border-color: #2EE719;
}
.TagClassName
{
border-color: #2EE719;
}
</style>