Shades of Lime Green #3DD657
Tints of Lime Green #3DD657
RGB
CMYK
RGB Variations
Color information
#3DD657 (or 0x3DD657) is known color: Lime Green. HEX triplet: 3D, D6 and 57. RGB value is (61,214,87). Sum of RGB (Red+Green+Blue) = 61+214+87=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD657 is #C229A8. Grayscale: #9A9A9A. Windows color (decimal): -12724649 or 5756477. OLE color: 5756477.
HSL color Cylindrical-coordinate representation of color #3DD657: hue angle of 130.2º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD657 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 87 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.16 |
| HSL | 130.2º | 0.65% | 0.54% | - |
| HSV(B) | 130.2º | 0.71% | 0.84% | - |
| XYZ | 27.69 | 49.77 | 17.16 | - |
| YUV | 153.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 87 | 0.71 | 0 | 0.59 | 0.16 | 130.2 | 0.65 | 0.54 |
| Hex | 3D | D6 | 57 | 47 | 0 | 3B | 10 | 82 | 41 | 36 |
| Octal | 75 | 326 | 127 | 107 | 0 | 73 | 20 | 202 | 101 | 66 |
| Binary | 111101 | 11010110 | 1010111 | 1000111 | 0 | 111011 | 10000 | 10000010 | 1000001 | 110110 |
Color Harmonies of #3DD657
Complementary color
Monochromatic Colors of #3DD657
Black with #3DD657
Text Example
Text Example
White with #3DD657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD657; }
p { color: rgb(61,214,87); }
H1.HeaderClassName
{
color: #3DD657;
}
.AnyTagClassName
{
color: #3DD657;
}
</style>
background-color css
<style>
a { background-color: #3DD657; }
a { background-color: rgb(61,214,87); }
div.DivClassName
{
background-color: #3DD657;
}
.BgClassName
{
background-color: #3DD657;
}
</style>
border-color css
<style>
span { border-color: #3DD657; }
span { border-color: rgb(61,214,87); }
td.TdClassName
{
border-color: #3DD657;
}
.TagClassName
{
border-color: #3DD657;
}
</style>