Shades of Lime Green #3EDD29
Tints of Lime Green #3EDD29
RGB
CMYK
RGB Variations
Color information
#3EDD29 (or 0x3EDD29) is known color: Lime Green. HEX triplet: 3E, DD and 29. RGB value is (62,221,41). Sum of RGB (Red+Green+Blue) = 62+221+41=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDD29 is #C122D6. Grayscale: #999999. Windows color (decimal): -12657367 or 2743614. OLE color: 2743614.
HSL color Cylindrical-coordinate representation of color #3EDD29: hue angle of 113º 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 #3EDD29 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 41 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.13 |
| HSL | 113º | 0.73% | 0.51% | - |
| HSV(B) | 113º | 0.81% | 0.87% | - |
| XYZ | 28.24 | 52.9 | 10.82 | - |
| YUV | 152.94 | 64.82 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 41 | 0.72 | 0 | 0.81 | 0.13 | 113 | 0.73 | 0.51 |
| Hex | 3E | DD | 29 | 48 | 0 | 51 | D | 71 | 49 | 33 |
| Octal | 76 | 335 | 51 | 110 | 0 | 121 | 15 | 161 | 111 | 63 |
| Binary | 111110 | 11011101 | 101001 | 1001000 | 0 | 1010001 | 1101 | 1110001 | 1001001 | 110011 |
Color Harmonies of #3EDD29
Complementary color
Monochromatic Colors of #3EDD29
Black with #3EDD29
Text Example
Text Example
White with #3EDD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD29; }
p { color: rgb(62,221,41); }
H1.HeaderClassName
{
color: #3EDD29;
}
.AnyTagClassName
{
color: #3EDD29;
}
</style>
background-color css
<style>
a { background-color: #3EDD29; }
a { background-color: rgb(62,221,41); }
div.DivClassName
{
background-color: #3EDD29;
}
.BgClassName
{
background-color: #3EDD29;
}
</style>
border-color css
<style>
span { border-color: #3EDD29; }
span { border-color: rgb(62,221,41); }
td.TdClassName
{
border-color: #3EDD29;
}
.TagClassName
{
border-color: #3EDD29;
}
</style>