Shades of Lime Green #2EDD24
Tints of Lime Green #2EDD24
RGB
CMYK
RGB Variations
Color information
#2EDD24 (or 0x2EDD24) is known color: Lime Green. HEX triplet: 2E, DD and 24. RGB value is (46,221,36). Sum of RGB (Red+Green+Blue) = 46+221+36=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD24 is #D122DB. Grayscale: #949494. Windows color (decimal): -13705948 or 2415918. OLE color: 2415918.
HSL color Cylindrical-coordinate representation of color #2EDD24: hue angle of 116.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EDD24 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 36 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.13 |
| HSL | 116.76º | 0.73% | 0.5% | - |
| HSV(B) | 116.76º | 0.84% | 0.87% | - |
| XYZ | 27.3 | 52.42 | 10.35 | - |
| YUV | 147.59 | 65.02 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 36 | 0.79 | 0 | 0.84 | 0.13 | 116.76 | 0.73 | 0.5 |
| Hex | 2E | DD | 24 | 4F | 0 | 54 | D | 75 | 49 | 32 |
| Octal | 56 | 335 | 44 | 117 | 0 | 124 | 15 | 165 | 111 | 62 |
| Binary | 101110 | 11011101 | 100100 | 1001111 | 0 | 1010100 | 1101 | 1110101 | 1001001 | 110010 |
Color Harmonies of #2EDD24
Complementary color
Monochromatic Colors of #2EDD24
Black with #2EDD24
Text Example
Text Example
White with #2EDD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD24; }
p { color: rgb(46,221,36); }
H1.HeaderClassName
{
color: #2EDD24;
}
.AnyTagClassName
{
color: #2EDD24;
}
</style>
background-color css
<style>
a { background-color: #2EDD24; }
a { background-color: rgb(46,221,36); }
div.DivClassName
{
background-color: #2EDD24;
}
.BgClassName
{
background-color: #2EDD24;
}
</style>
border-color css
<style>
span { border-color: #2EDD24; }
span { border-color: rgb(46,221,36); }
td.TdClassName
{
border-color: #2EDD24;
}
.TagClassName
{
border-color: #2EDD24;
}
</style>