Shades of Lime Green #3BD357
Tints of Lime Green #3BD357
RGB
CMYK
RGB Variations
Color information
#3BD357 (or 0x3BD357) is known color: Lime Green. HEX triplet: 3B, D3 and 57. RGB value is (59,211,87). Sum of RGB (Red+Green+Blue) = 59+211+87=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD357 is #C42CA8. Grayscale: #979797. Windows color (decimal): -12856489 or 5755707. OLE color: 5755707.
HSL color Cylindrical-coordinate representation of color #3BD357: hue angle of 131.05º 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 #3BD357 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 87 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.17 |
| HSL | 131.05º | 0.63% | 0.53% | - |
| HSV(B) | 131.05º | 0.72% | 0.83% | - |
| XYZ | 26.82 | 48.21 | 16.91 | - |
| YUV | 151.42 | 91.64 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 87 | 0.72 | 0 | 0.59 | 0.17 | 131.05 | 0.63 | 0.53 |
| Hex | 3B | D3 | 57 | 48 | 0 | 3B | 11 | 83 | 3F | 35 |
| Octal | 73 | 323 | 127 | 110 | 0 | 73 | 21 | 203 | 77 | 65 |
| Binary | 111011 | 11010011 | 1010111 | 1001000 | 0 | 111011 | 10001 | 10000011 | 111111 | 110101 |
Color Harmonies of #3BD357
Complementary color
Monochromatic Colors of #3BD357
Black with #3BD357
Text Example
Text Example
White with #3BD357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD357; }
p { color: rgb(59,211,87); }
H1.HeaderClassName
{
color: #3BD357;
}
.AnyTagClassName
{
color: #3BD357;
}
</style>
background-color css
<style>
a { background-color: #3BD357; }
a { background-color: rgb(59,211,87); }
div.DivClassName
{
background-color: #3BD357;
}
.BgClassName
{
background-color: #3BD357;
}
</style>
border-color css
<style>
span { border-color: #3BD357; }
span { border-color: rgb(59,211,87); }
td.TdClassName
{
border-color: #3BD357;
}
.TagClassName
{
border-color: #3BD357;
}
</style>