Shades of Lime Green #2EDE32
Tints of Lime Green #2EDE32
RGB
CMYK
RGB Variations
Color information
#2EDE32 (or 0x2EDE32) is known color: Lime Green. HEX triplet: 2E, DE and 32. RGB value is (46,222,50). Sum of RGB (Red+Green+Blue) = 46+222+50=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 222 (87.11% from 255 or 69.81% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE32 is #D121CD. Grayscale: #969696. Windows color (decimal): -13705678 or 3333678. OLE color: 3333678.
HSL color Cylindrical-coordinate representation of color #2EDE32: hue angle of 121.36º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE32 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 50 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.13 |
| HSL | 121.36º | 0.73% | 0.53% | - |
| HSV(B) | 121.36º | 0.79% | 0.87% | - |
| XYZ | 27.82 | 53.05 | 11.79 | - |
| YUV | 149.77 | 71.69 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 50 | 0.79 | 0 | 0.77 | 0.13 | 121.36 | 0.73 | 0.53 |
| Hex | 2E | DE | 32 | 4F | 0 | 4D | D | 79 | 49 | 35 |
| Octal | 56 | 336 | 62 | 117 | 0 | 115 | 15 | 171 | 111 | 65 |
| Binary | 101110 | 11011110 | 110010 | 1001111 | 0 | 1001101 | 1101 | 1111001 | 1001001 | 110101 |
Color Harmonies of #2EDE32
Complementary color
Monochromatic Colors of #2EDE32
Black with #2EDE32
Text Example
Text Example
White with #2EDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE32; }
p { color: rgb(46,222,50); }
H1.HeaderClassName
{
color: #2EDE32;
}
.AnyTagClassName
{
color: #2EDE32;
}
</style>
background-color css
<style>
a { background-color: #2EDE32; }
a { background-color: rgb(46,222,50); }
div.DivClassName
{
background-color: #2EDE32;
}
.BgClassName
{
background-color: #2EDE32;
}
</style>
border-color css
<style>
span { border-color: #2EDE32; }
span { border-color: rgb(46,222,50); }
td.TdClassName
{
border-color: #2EDE32;
}
.TagClassName
{
border-color: #2EDE32;
}
</style>