Shades of Lime Green #3BD356
Tints of Lime Green #3BD356
RGB
CMYK
RGB Variations
Color information
#3BD356 (or 0x3BD356) is known color: Lime Green. HEX triplet: 3B, D3 and 56. RGB value is (59,211,86). Sum of RGB (Red+Green+Blue) = 59+211+86=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 211 (82.81% from 255 or 59.27% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD356 is #C42CA9. Grayscale: #979797. Windows color (decimal): -12856490 or 5690171. OLE color: 5690171.
HSL color Cylindrical-coordinate representation of color #3BD356: hue angle of 130.66º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD356 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 86 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.17 |
| HSL | 130.66º | 0.63% | 0.53% | - |
| HSV(B) | 130.66º | 0.72% | 0.83% | - |
| XYZ | 26.78 | 48.19 | 16.69 | - |
| YUV | 151.3 | 91.14 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 86 | 0.72 | 0 | 0.59 | 0.17 | 130.66 | 0.63 | 0.53 |
| Hex | 3B | D3 | 56 | 48 | 0 | 3B | 11 | 83 | 3F | 35 |
| Octal | 73 | 323 | 126 | 110 | 0 | 73 | 21 | 203 | 77 | 65 |
| Binary | 111011 | 11010011 | 1010110 | 1001000 | 0 | 111011 | 10001 | 10000011 | 111111 | 110101 |
Color Harmonies of #3BD356
Complementary color
Monochromatic Colors of #3BD356
Black with #3BD356
Text Example
Text Example
White with #3BD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD356; }
p { color: rgb(59,211,86); }
H1.HeaderClassName
{
color: #3BD356;
}
.AnyTagClassName
{
color: #3BD356;
}
</style>
background-color css
<style>
a { background-color: #3BD356; }
a { background-color: rgb(59,211,86); }
div.DivClassName
{
background-color: #3BD356;
}
.BgClassName
{
background-color: #3BD356;
}
</style>
border-color css
<style>
span { border-color: #3BD356; }
span { border-color: rgb(59,211,86); }
td.TdClassName
{
border-color: #3BD356;
}
.TagClassName
{
border-color: #3BD356;
}
</style>