Shades of Lime Green #3DDD52
Tints of Lime Green #3DDD52
RGB
CMYK
RGB Variations
Color information
#3DDD52 (or 0x3DDD52) is known color: Lime Green. HEX triplet: 3D, DD and 52. RGB value is (61,221,82). Sum of RGB (Red+Green+Blue) = 61+221+82=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD52 is #C222AD. Grayscale: #9D9D9D. Windows color (decimal): -12722862 or 5430589. OLE color: 5430589.
HSL color Cylindrical-coordinate representation of color #3DDD52: hue angle of 127.87º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD52 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 82 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.13 |
| HSL | 127.88º | 0.7% | 0.55% | - |
| HSV(B) | 127.88º | 0.72% | 0.87% | - |
| XYZ | 29.3 | 53.31 | 16.73 | - |
| YUV | 157.31 | 85.49 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 82 | 0.72 | 0 | 0.63 | 0.13 | 127.88 | 0.7 | 0.55 |
| Hex | 3D | DD | 52 | 48 | 0 | 3F | D | 80 | 46 | 37 |
| Octal | 75 | 335 | 122 | 110 | 0 | 77 | 15 | 200 | 106 | 67 |
| Binary | 111101 | 11011101 | 1010010 | 1001000 | 0 | 111111 | 1101 | 10000000 | 1000110 | 110111 |
Color Harmonies of #3DDD52
Complementary color
Monochromatic Colors of #3DDD52
Black with #3DDD52
Text Example
Text Example
White with #3DDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD52; }
p { color: rgb(61,221,82); }
H1.HeaderClassName
{
color: #3DDD52;
}
.AnyTagClassName
{
color: #3DDD52;
}
</style>
background-color css
<style>
a { background-color: #3DDD52; }
a { background-color: rgb(61,221,82); }
div.DivClassName
{
background-color: #3DDD52;
}
.BgClassName
{
background-color: #3DDD52;
}
</style>
border-color css
<style>
span { border-color: #3DDD52; }
span { border-color: rgb(61,221,82); }
td.TdClassName
{
border-color: #3DDD52;
}
.TagClassName
{
border-color: #3DDD52;
}
</style>