Shades of Lime Green #2EDD32
Tints of Lime Green #2EDD32
RGB
CMYK
RGB Variations
Color information
#2EDD32 (or 0x2EDD32) is known color: Lime Green. HEX triplet: 2E, DD and 32. RGB value is (46,221,50). Sum of RGB (Red+Green+Blue) = 46+221+50=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD32 is #D122CD. Grayscale: #959595. Windows color (decimal): -13705934 or 3333422. OLE color: 3333422.
HSL color Cylindrical-coordinate representation of color #2EDD32: hue angle of 121.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD32 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 50 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.13 |
| HSL | 121.37º | 0.72% | 0.52% | - |
| HSV(B) | 121.37º | 0.79% | 0.87% | - |
| XYZ | 27.56 | 52.52 | 11.7 | - |
| YUV | 149.18 | 72.02 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 50 | 0.79 | 0 | 0.77 | 0.13 | 121.37 | 0.72 | 0.52 |
| Hex | 2E | DD | 32 | 4F | 0 | 4D | D | 79 | 48 | 34 |
| Octal | 56 | 335 | 62 | 117 | 0 | 115 | 15 | 171 | 110 | 64 |
| Binary | 101110 | 11011101 | 110010 | 1001111 | 0 | 1001101 | 1101 | 1111001 | 1001000 | 110100 |
Color Harmonies of #2EDD32
Complementary color
Monochromatic Colors of #2EDD32
Black with #2EDD32
Text Example
Text Example
White with #2EDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD32; }
p { color: rgb(46,221,50); }
H1.HeaderClassName
{
color: #2EDD32;
}
.AnyTagClassName
{
color: #2EDD32;
}
</style>
background-color css
<style>
a { background-color: #2EDD32; }
a { background-color: rgb(46,221,50); }
div.DivClassName
{
background-color: #2EDD32;
}
.BgClassName
{
background-color: #2EDD32;
}
</style>
border-color css
<style>
span { border-color: #2EDD32; }
span { border-color: rgb(46,221,50); }
td.TdClassName
{
border-color: #2EDD32;
}
.TagClassName
{
border-color: #2EDD32;
}
</style>