Shades of Lime Green #3BB532
Tints of Lime Green #3BB532
RGB
CMYK
RGB Variations
Color information
#3BB532 (or 0x3BB532) is known color: Lime Green. HEX triplet: 3B, B5 and 32. RGB value is (59,181,50). Sum of RGB (Red+Green+Blue) = 59+181+50=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #3BB532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BB532 is #C44ACD. Grayscale: #818181. Windows color (decimal): -12864206 or 3323195. OLE color: 3323195.
HSL color Cylindrical-coordinate representation of color #3BB532: hue angle of 115.88º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BB532 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 59 | 181 | 50 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.29 |
| HSL | 115.88º | 0.57% | 0.45% | - |
| HSV(B) | 115.88º | 0.72% | 0.71% | - |
| XYZ | 18.9 | 34.21 | 8.62 | - |
| YUV | 129.59 | 83.08 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 181 | 50 | 0.67 | 0 | 0.72 | 0.29 | 115.88 | 0.57 | 0.45 |
| Hex | 3B | B5 | 32 | 43 | 0 | 48 | 1D | 74 | 39 | 2D |
| Octal | 73 | 265 | 62 | 103 | 0 | 110 | 35 | 164 | 71 | 55 |
| Binary | 111011 | 10110101 | 110010 | 1000011 | 0 | 1001000 | 11101 | 1110100 | 111001 | 101101 |
Color Harmonies of #3BB532
Complementary color
Monochromatic Colors of #3BB532
Black with #3BB532
Text Example
Text Example
White with #3BB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB532; }
p { color: rgb(59,181,50); }
H1.HeaderClassName
{
color: #3BB532;
}
.AnyTagClassName
{
color: #3BB532;
}
</style>
background-color css
<style>
a { background-color: #3BB532; }
a { background-color: rgb(59,181,50); }
div.DivClassName
{
background-color: #3BB532;
}
.BgClassName
{
background-color: #3BB532;
}
</style>
border-color css
<style>
span { border-color: #3BB532; }
span { border-color: rgb(59,181,50); }
td.TdClassName
{
border-color: #3BB532;
}
.TagClassName
{
border-color: #3BB532;
}
</style>