Shades of Lime Green #3DDD4B
Tints of Lime Green #3DDD4B
RGB
CMYK
RGB Variations
Color information
#3DDD4B (or 0x3DDD4B) is known color: Lime Green. HEX triplet: 3D, DD and 4B. RGB value is (61,221,75). Sum of RGB (Red+Green+Blue) = 61+221+75=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 221 (86.72% from 255 or 61.90% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDD4B is #C222B4. Grayscale: #9C9C9C. Windows color (decimal): -12722869 or 4971837. OLE color: 4971837.
HSL color Cylindrical-coordinate representation of color #3DDD4B: hue angle of 125.25º 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 #3DDD4B is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 75 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.13 |
| HSL | 125.25º | 0.7% | 0.55% | - |
| HSV(B) | 125.25º | 0.72% | 0.87% | - |
| XYZ | 29.05 | 53.21 | 15.4 | - |
| YUV | 156.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 75 | 0.72 | 0 | 0.66 | 0.13 | 125.25 | 0.7 | 0.55 |
| Hex | 3D | DD | 4B | 48 | 0 | 42 | D | 7D | 46 | 37 |
| Octal | 75 | 335 | 113 | 110 | 0 | 102 | 15 | 175 | 106 | 67 |
| Binary | 111101 | 11011101 | 1001011 | 1001000 | 0 | 1000010 | 1101 | 1111101 | 1000110 | 110111 |
Color Harmonies of #3DDD4B
Complementary color
Monochromatic Colors of #3DDD4B
Black with #3DDD4B
Text Example
Text Example
White with #3DDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD4B; }
p { color: rgb(61,221,75); }
H1.HeaderClassName
{
color: #3DDD4B;
}
.AnyTagClassName
{
color: #3DDD4B;
}
</style>
background-color css
<style>
a { background-color: #3DDD4B; }
a { background-color: rgb(61,221,75); }
div.DivClassName
{
background-color: #3DDD4B;
}
.BgClassName
{
background-color: #3DDD4B;
}
</style>
border-color css
<style>
span { border-color: #3DDD4B; }
span { border-color: rgb(61,221,75); }
td.TdClassName
{
border-color: #3DDD4B;
}
.TagClassName
{
border-color: #3DDD4B;
}
</style>