Shades of Lime Green #2EF024
Tints of Lime Green #2EF024
RGB
CMYK
RGB Variations
Color information
#2EF024 (or 0x2EF024) is known color: Lime Green. HEX triplet: 2E, F0 and 24. RGB value is (46,240,36). Sum of RGB (Red+Green+Blue) = 46+240+36=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 240 (94.14% from 255 or 74.53% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF024 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF024 is #D10FDB. Grayscale: #9F9F9F. Windows color (decimal): -13701084 or 2420782. OLE color: 2420782.
HSL color Cylindrical-coordinate representation of color #2EF024: hue angle of 117.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EF024 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 36 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.06 |
| HSL | 117.06º | 0.87% | 0.54% | - |
| HSV(B) | 117.06º | 0.85% | 0.94% | - |
| XYZ | 32.61 | 63.03 | 12.12 | - |
| YUV | 158.74 | 58.73 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 36 | 0.81 | 0 | 0.85 | 0.06 | 117.06 | 0.87 | 0.54 |
| Hex | 2E | F0 | 24 | 51 | 0 | 55 | 6 | 75 | 57 | 36 |
| Octal | 56 | 360 | 44 | 121 | 0 | 125 | 6 | 165 | 127 | 66 |
| Binary | 101110 | 11110000 | 100100 | 1010001 | 0 | 1010101 | 110 | 1110101 | 1010111 | 110110 |
Color Harmonies of #2EF024
Complementary color
Monochromatic Colors of #2EF024
Black with #2EF024
Text Example
Text Example
White with #2EF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF024; }
p { color: rgb(46,240,36); }
H1.HeaderClassName
{
color: #2EF024;
}
.AnyTagClassName
{
color: #2EF024;
}
</style>
background-color css
<style>
a { background-color: #2EF024; }
a { background-color: rgb(46,240,36); }
div.DivClassName
{
background-color: #2EF024;
}
.BgClassName
{
background-color: #2EF024;
}
</style>
border-color css
<style>
span { border-color: #2EF024; }
span { border-color: rgb(46,240,36); }
td.TdClassName
{
border-color: #2EF024;
}
.TagClassName
{
border-color: #2EF024;
}
</style>