Shades of Lime Green #2EEA24
Tints of Lime Green #2EEA24
RGB
CMYK
RGB Variations
Color information
#2EEA24 (or 0x2EEA24) is known color: Lime Green. HEX triplet: 2E, EA and 24. RGB value is (46,234,36). Sum of RGB (Red+Green+Blue) = 46+234+36=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 234 (91.80% from 255 or 74.05% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA24 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA24 is #D115DB. Grayscale: #9B9B9B. Windows color (decimal): -13702620 or 2419246. OLE color: 2419246.
HSL color Cylindrical-coordinate representation of color #2EEA24: hue angle of 116.97º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EEA24 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 36 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.08 |
| HSL | 116.97º | 0.83% | 0.53% | - |
| HSV(B) | 116.97º | 0.85% | 0.92% | - |
| XYZ | 30.87 | 59.55 | 11.54 | - |
| YUV | 155.22 | 60.72 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 36 | 0.80 | 0 | 0.85 | 0.08 | 116.97 | 0.83 | 0.53 |
| Hex | 2E | EA | 24 | 50 | 0 | 55 | 8 | 75 | 52 | 35 |
| Octal | 56 | 352 | 44 | 120 | 0 | 125 | 10 | 165 | 122 | 65 |
| Binary | 101110 | 11101010 | 100100 | 1010000 | 0 | 1010101 | 1000 | 1110101 | 1010010 | 110101 |
Color Harmonies of #2EEA24
Complementary color
Monochromatic Colors of #2EEA24
Black with #2EEA24
Text Example
Text Example
White with #2EEA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA24; }
p { color: rgb(46,234,36); }
H1.HeaderClassName
{
color: #2EEA24;
}
.AnyTagClassName
{
color: #2EEA24;
}
</style>
background-color css
<style>
a { background-color: #2EEA24; }
a { background-color: rgb(46,234,36); }
div.DivClassName
{
background-color: #2EEA24;
}
.BgClassName
{
background-color: #2EEA24;
}
</style>
border-color css
<style>
span { border-color: #2EEA24; }
span { border-color: rgb(46,234,36); }
td.TdClassName
{
border-color: #2EEA24;
}
.TagClassName
{
border-color: #2EEA24;
}
</style>