Shades of Lime Green #3DD656
Tints of Lime Green #3DD656
RGB
CMYK
RGB Variations
Color information
#3DD656 (or 0x3DD656) is known color: Lime Green. HEX triplet: 3D, D6 and 56. RGB value is (61,214,86). Sum of RGB (Red+Green+Blue) = 61+214+86=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD656 is #C229A9. Grayscale: #9A9A9A. Windows color (decimal): -12724650 or 5690941. OLE color: 5690941.
HSL color Cylindrical-coordinate representation of color #3DD656: hue angle of 129.8º 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 #3DD656 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 86 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.16 |
| HSL | 129.8º | 0.65% | 0.54% | - |
| HSV(B) | 129.8º | 0.71% | 0.84% | - |
| XYZ | 27.65 | 49.76 | 16.95 | - |
| YUV | 153.66 | 89.81 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 86 | 0.71 | 0 | 0.60 | 0.16 | 129.8 | 0.65 | 0.54 |
| Hex | 3D | D6 | 56 | 47 | 0 | 3C | 10 | 82 | 41 | 36 |
| Octal | 75 | 326 | 126 | 107 | 0 | 74 | 20 | 202 | 101 | 66 |
| Binary | 111101 | 11010110 | 1010110 | 1000111 | 0 | 111100 | 10000 | 10000010 | 1000001 | 110110 |
Color Harmonies of #3DD656
Complementary color
Monochromatic Colors of #3DD656
Black with #3DD656
Text Example
Text Example
White with #3DD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD656; }
p { color: rgb(61,214,86); }
H1.HeaderClassName
{
color: #3DD656;
}
.AnyTagClassName
{
color: #3DD656;
}
</style>
background-color css
<style>
a { background-color: #3DD656; }
a { background-color: rgb(61,214,86); }
div.DivClassName
{
background-color: #3DD656;
}
.BgClassName
{
background-color: #3DD656;
}
</style>
border-color css
<style>
span { border-color: #3DD656; }
span { border-color: rgb(61,214,86); }
td.TdClassName
{
border-color: #3DD656;
}
.TagClassName
{
border-color: #3DD656;
}
</style>