Shades of Lime Green #3DD957
Tints of Lime Green #3DD957
RGB
CMYK
RGB Variations
Color information
#3DD957 (or 0x3DD957) is known color: Lime Green. HEX triplet: 3D, D9 and 57. RGB value is (61,217,87). Sum of RGB (Red+Green+Blue) = 61+217+87=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD957 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD957 is #C226A8. Grayscale: #9B9B9B. Windows color (decimal): -12723881 or 5757245. OLE color: 5757245.
HSL color Cylindrical-coordinate representation of color #3DD957: hue angle of 130º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD957 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 87 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.15 |
| HSL | 130º | 0.67% | 0.55% | - |
| HSV(B) | 130º | 0.72% | 0.85% | - |
| XYZ | 28.46 | 51.31 | 17.42 | - |
| YUV | 155.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 87 | 0.72 | 0 | 0.60 | 0.15 | 130 | 0.67 | 0.55 |
| Hex | 3D | D9 | 57 | 48 | 0 | 3C | F | 82 | 43 | 37 |
| Octal | 75 | 331 | 127 | 110 | 0 | 74 | 17 | 202 | 103 | 67 |
| Binary | 111101 | 11011001 | 1010111 | 1001000 | 0 | 111100 | 1111 | 10000010 | 1000011 | 110111 |
Color Harmonies of #3DD957
Complementary color
Monochromatic Colors of #3DD957
Black with #3DD957
Text Example
Text Example
White with #3DD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD957; }
p { color: rgb(61,217,87); }
H1.HeaderClassName
{
color: #3DD957;
}
.AnyTagClassName
{
color: #3DD957;
}
</style>
background-color css
<style>
a { background-color: #3DD957; }
a { background-color: rgb(61,217,87); }
div.DivClassName
{
background-color: #3DD957;
}
.BgClassName
{
background-color: #3DD957;
}
</style>
border-color css
<style>
span { border-color: #3DD957; }
span { border-color: rgb(61,217,87); }
td.TdClassName
{
border-color: #3DD957;
}
.TagClassName
{
border-color: #3DD957;
}
</style>