Shades of Lime Green #3DDD4C
Tints of Lime Green #3DDD4C
RGB
CMYK
RGB Variations
Color information
#3DDD4C (or 0x3DDD4C) is known color: Lime Green. HEX triplet: 3D, DD and 4C. RGB value is (61,221,76). Sum of RGB (Red+Green+Blue) = 61+221+76=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD4C is #C222B3. Grayscale: #9D9D9D. Windows color (decimal): -12722868 or 5037373. OLE color: 5037373.
HSL color Cylindrical-coordinate representation of color #3DDD4C: hue angle of 125.62º 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 #3DDD4C is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 76 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.13 |
| HSL | 125.63º | 0.7% | 0.55% | - |
| HSV(B) | 125.63º | 0.72% | 0.87% | - |
| XYZ | 29.09 | 53.23 | 15.58 | - |
| YUV | 156.63 | 82.49 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 76 | 0.72 | 0 | 0.66 | 0.13 | 125.63 | 0.7 | 0.55 |
| Hex | 3D | DD | 4C | 48 | 0 | 42 | D | 7E | 46 | 37 |
| Octal | 75 | 335 | 114 | 110 | 0 | 102 | 15 | 176 | 106 | 67 |
| Binary | 111101 | 11011101 | 1001100 | 1001000 | 0 | 1000010 | 1101 | 1111110 | 1000110 | 110111 |
Color Harmonies of #3DDD4C
Complementary color
Monochromatic Colors of #3DDD4C
Black with #3DDD4C
Text Example
Text Example
White with #3DDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD4C; }
p { color: rgb(61,221,76); }
H1.HeaderClassName
{
color: #3DDD4C;
}
.AnyTagClassName
{
color: #3DDD4C;
}
</style>
background-color css
<style>
a { background-color: #3DDD4C; }
a { background-color: rgb(61,221,76); }
div.DivClassName
{
background-color: #3DDD4C;
}
.BgClassName
{
background-color: #3DDD4C;
}
</style>
border-color css
<style>
span { border-color: #3DDD4C; }
span { border-color: rgb(61,221,76); }
td.TdClassName
{
border-color: #3DDD4C;
}
.TagClassName
{
border-color: #3DDD4C;
}
</style>