Shades of Lime Green #3DD357
Tints of Lime Green #3DD357
RGB
CMYK
RGB Variations
Color information
#3DD357 (or 0x3DD357) is known color: Lime Green. HEX triplet: 3D, D3 and 57. RGB value is (61,211,87). Sum of RGB (Red+Green+Blue) = 61+211+87=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #3DD357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD357 is #C22CA8. Grayscale: #989898. Windows color (decimal): -12725417 or 5755709. OLE color: 5755709.
HSL color Cylindrical-coordinate representation of color #3DD357: hue angle of 130.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD357 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 61 | 211 | 87 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.17 |
| HSL | 130.4º | 0.63% | 0.53% | - |
| HSV(B) | 130.4º | 0.71% | 0.83% | - |
| XYZ | 26.94 | 48.27 | 16.91 | - |
| YUV | 152.01 | 91.31 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 211 | 87 | 0.71 | 0 | 0.59 | 0.17 | 130.4 | 0.63 | 0.53 |
| Hex | 3D | D3 | 57 | 47 | 0 | 3B | 11 | 82 | 3F | 35 |
| Octal | 75 | 323 | 127 | 107 | 0 | 73 | 21 | 202 | 77 | 65 |
| Binary | 111101 | 11010011 | 1010111 | 1000111 | 0 | 111011 | 10001 | 10000010 | 111111 | 110101 |
Color Harmonies of #3DD357
Complementary color
Monochromatic Colors of #3DD357
Black with #3DD357
Text Example
Text Example
White with #3DD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD357; }
p { color: rgb(61,211,87); }
H1.HeaderClassName
{
color: #3DD357;
}
.AnyTagClassName
{
color: #3DD357;
}
</style>
background-color css
<style>
a { background-color: #3DD357; }
a { background-color: rgb(61,211,87); }
div.DivClassName
{
background-color: #3DD357;
}
.BgClassName
{
background-color: #3DD357;
}
</style>
border-color css
<style>
span { border-color: #3DD357; }
span { border-color: rgb(61,211,87); }
td.TdClassName
{
border-color: #3DD357;
}
.TagClassName
{
border-color: #3DD357;
}
</style>