Shades of Lime Green #3BD352
Tints of Lime Green #3BD352
RGB
CMYK
RGB Variations
Color information
#3BD352 (or 0x3BD352) is known color: Lime Green. HEX triplet: 3B, D3 and 52. RGB value is (59,211,82). Sum of RGB (Red+Green+Blue) = 59+211+82=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD352 is #C42CAD. Grayscale: #979797. Windows color (decimal): -12856494 or 5428027. OLE color: 5428027.
HSL color Cylindrical-coordinate representation of color #3BD352: hue angle of 129.08º 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 #3BD352 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 211 | 82 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.17 |
| HSL | 129.08º | 0.63% | 0.53% | - |
| HSV(B) | 129.08º | 0.72% | 0.83% | - |
| XYZ | 26.62 | 48.13 | 15.87 | - |
| YUV | 150.85 | 89.14 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 211 | 82 | 0.72 | 0 | 0.61 | 0.17 | 129.08 | 0.63 | 0.53 |
| Hex | 3B | D3 | 52 | 48 | 0 | 3D | 11 | 81 | 3F | 35 |
| Octal | 73 | 323 | 122 | 110 | 0 | 75 | 21 | 201 | 77 | 65 |
| Binary | 111011 | 11010011 | 1010010 | 1001000 | 0 | 111101 | 10001 | 10000001 | 111111 | 110101 |
Color Harmonies of #3BD352
Complementary color
Monochromatic Colors of #3BD352
Black with #3BD352
Text Example
Text Example
White with #3BD352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD352; }
p { color: rgb(59,211,82); }
H1.HeaderClassName
{
color: #3BD352;
}
.AnyTagClassName
{
color: #3BD352;
}
</style>
background-color css
<style>
a { background-color: #3BD352; }
a { background-color: rgb(59,211,82); }
div.DivClassName
{
background-color: #3BD352;
}
.BgClassName
{
background-color: #3BD352;
}
</style>
border-color css
<style>
span { border-color: #3BD352; }
span { border-color: rgb(59,211,82); }
td.TdClassName
{
border-color: #3BD352;
}
.TagClassName
{
border-color: #3BD352;
}
</style>