Shades of Lime Green #3DED29
Tints of Lime Green #3DED29
RGB
CMYK
RGB Variations
Color information
#3DED29 (or 0x3DED29) is known color: Lime Green. HEX triplet: 3D, ED and 29. RGB value is (61,237,41). Sum of RGB (Red+Green+Blue) = 61+237+41=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 237 (92.97% from 255 or 69.91% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DED29 is #C212D6. Grayscale: #A2A2A2. Windows color (decimal): -12718807 or 2747709. OLE color: 2747709.
HSL color Cylindrical-coordinate representation of color #3DED29: hue angle of 113.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DED29 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 41 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.07 |
| HSL | 113.88º | 0.84% | 0.55% | - |
| HSV(B) | 113.88º | 0.83% | 0.93% | - |
| XYZ | 32.61 | 61.72 | 12.29 | - |
| YUV | 162.03 | 59.69 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 41 | 0.74 | 0 | 0.83 | 0.07 | 113.88 | 0.84 | 0.55 |
| Hex | 3D | ED | 29 | 4A | 0 | 53 | 7 | 72 | 54 | 37 |
| Octal | 75 | 355 | 51 | 112 | 0 | 123 | 7 | 162 | 124 | 67 |
| Binary | 111101 | 11101101 | 101001 | 1001010 | 0 | 1010011 | 111 | 1110010 | 1010100 | 110111 |
Color Harmonies of #3DED29
Complementary color
Monochromatic Colors of #3DED29
Black with #3DED29
Text Example
Text Example
White with #3DED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED29; }
p { color: rgb(61,237,41); }
H1.HeaderClassName
{
color: #3DED29;
}
.AnyTagClassName
{
color: #3DED29;
}
</style>
background-color css
<style>
a { background-color: #3DED29; }
a { background-color: rgb(61,237,41); }
div.DivClassName
{
background-color: #3DED29;
}
.BgClassName
{
background-color: #3DED29;
}
</style>
border-color css
<style>
span { border-color: #3DED29; }
span { border-color: rgb(61,237,41); }
td.TdClassName
{
border-color: #3DED29;
}
.TagClassName
{
border-color: #3DED29;
}
</style>