Shades of Lime Green #2EE024
Tints of Lime Green #2EE024
RGB
CMYK
RGB Variations
Color information
#2EE024 (or 0x2EE024) is known color: Lime Green. HEX triplet: 2E, E0 and 24. RGB value is (46,224,36). Sum of RGB (Red+Green+Blue) = 46+224+36=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE024 is #D11FDB. Grayscale: #959595. Windows color (decimal): -13705180 or 2416686. OLE color: 2416686.
HSL color Cylindrical-coordinate representation of color #2EE024: hue angle of 116.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EE024 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 36 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.12 |
| HSL | 116.81º | 0.75% | 0.51% | - |
| HSV(B) | 116.81º | 0.84% | 0.88% | - |
| XYZ | 28.1 | 54.02 | 10.61 | - |
| YUV | 149.35 | 64.03 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 36 | 0.79 | 0 | 0.84 | 0.12 | 116.81 | 0.75 | 0.51 |
| Hex | 2E | E0 | 24 | 4F | 0 | 54 | C | 75 | 4B | 33 |
| Octal | 56 | 340 | 44 | 117 | 0 | 124 | 14 | 165 | 113 | 63 |
| Binary | 101110 | 11100000 | 100100 | 1001111 | 0 | 1010100 | 1100 | 1110101 | 1001011 | 110011 |
Color Harmonies of #2EE024
Complementary color
Monochromatic Colors of #2EE024
Black with #2EE024
Text Example
Text Example
White with #2EE024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE024; }
p { color: rgb(46,224,36); }
H1.HeaderClassName
{
color: #2EE024;
}
.AnyTagClassName
{
color: #2EE024;
}
</style>
background-color css
<style>
a { background-color: #2EE024; }
a { background-color: rgb(46,224,36); }
div.DivClassName
{
background-color: #2EE024;
}
.BgClassName
{
background-color: #2EE024;
}
</style>
border-color css
<style>
span { border-color: #2EE024; }
span { border-color: rgb(46,224,36); }
td.TdClassName
{
border-color: #2EE024;
}
.TagClassName
{
border-color: #2EE024;
}
</style>