Shades of Lime Green #3BD657
Tints of Lime Green #3BD657
RGB
CMYK
RGB Variations
Color information
#3BD657 (or 0x3BD657) is known color: Lime Green. HEX triplet: 3B, D6 and 57. RGB value is (59,214,87). Sum of RGB (Red+Green+Blue) = 59+214+87=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD657 is #C429A8. Grayscale: #999999. Windows color (decimal): -12855721 or 5756475. OLE color: 5756475.
HSL color Cylindrical-coordinate representation of color #3BD657: hue angle of 130.84º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD657 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 87 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.16 |
| HSL | 130.84º | 0.65% | 0.54% | - |
| HSV(B) | 130.84º | 0.72% | 0.84% | - |
| XYZ | 27.57 | 49.71 | 17.16 | - |
| YUV | 153.18 | 90.65 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 87 | 0.72 | 0 | 0.59 | 0.16 | 130.84 | 0.65 | 0.54 |
| Hex | 3B | D6 | 57 | 48 | 0 | 3B | 10 | 83 | 41 | 36 |
| Octal | 73 | 326 | 127 | 110 | 0 | 73 | 20 | 203 | 101 | 66 |
| Binary | 111011 | 11010110 | 1010111 | 1001000 | 0 | 111011 | 10000 | 10000011 | 1000001 | 110110 |
Color Harmonies of #3BD657
Complementary color
Monochromatic Colors of #3BD657
Black with #3BD657
Text Example
Text Example
White with #3BD657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD657; }
p { color: rgb(59,214,87); }
H1.HeaderClassName
{
color: #3BD657;
}
.AnyTagClassName
{
color: #3BD657;
}
</style>
background-color css
<style>
a { background-color: #3BD657; }
a { background-color: rgb(59,214,87); }
div.DivClassName
{
background-color: #3BD657;
}
.BgClassName
{
background-color: #3BD657;
}
</style>
border-color css
<style>
span { border-color: #3BD657; }
span { border-color: rgb(59,214,87); }
td.TdClassName
{
border-color: #3BD657;
}
.TagClassName
{
border-color: #3BD657;
}
</style>