Shades of Lime Green #2EDD29
Tints of Lime Green #2EDD29
RGB
CMYK
RGB Variations
Color information
#2EDD29 (or 0x2EDD29) is known color: Lime Green. HEX triplet: 2E, DD and 29. RGB value is (46,221,41). Sum of RGB (Red+Green+Blue) = 46+221+41=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD29 is #D122D6. Grayscale: #949494. Windows color (decimal): -13705943 or 2743598. OLE color: 2743598.
HSL color Cylindrical-coordinate representation of color #2EDD29: hue angle of 118.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDD29 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
RGB | 46 | 221 | 41 | - |
CMYK | 0.79 | 0 | 0.81 | 0.13 |
HSL | 118.33º | 0.73% | 0.51% | - |
HSV(B) | 118.33º | 0.81% | 0.87% | - |
XYZ | 27.38 | 52.45 | 10.78 | - |
YUV | 148.16 | 67.52 | 55.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 221 | 41 | 0.79 | 0 | 0.81 | 0.13 | 118.33 | 0.73 | 0.51 |
Hex | 2E | DD | 29 | 4F | 0 | 51 | D | 76 | 49 | 33 |
Octal | 56 | 335 | 51 | 117 | 0 | 121 | 15 | 166 | 111 | 63 |
Binary | 101110 | 11011101 | 101001 | 1001111 | 0 | 1010001 | 1101 | 1110110 | 1001001 | 110011 |
Color Harmonies of #2EDD29
Complementary color
Monochromatic Colors of #2EDD29
Black with #2EDD29
Text Example
Text Example
White with #2EDD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD29; }
p { color: rgb(46,221,41); }
H1.HeaderClassName
{
color: #2EDD29;
}
.AnyTagClassName
{
color: #2EDD29;
}
</style>
background-color css
<style>
a { background-color: #2EDD29; }
a { background-color: rgb(46,221,41); }
div.DivClassName
{
background-color: #2EDD29;
}
.BgClassName
{
background-color: #2EDD29;
}
</style>
border-color css
<style>
span { border-color: #2EDD29; }
span { border-color: rgb(46,221,41); }
td.TdClassName
{
border-color: #2EDD29;
}
.TagClassName
{
border-color: #2EDD29;
}
</style>