Shades of Lime Green #32B532
Tints of Lime Green #32B532
RGB
CMYK
RGB Variations
Color information
#32B532 (or 0x32B532) is known color: Lime Green. HEX triplet: 32, B5 and 32. RGB value is (50,181,50). Sum of RGB (Red+Green+Blue) = 50+181+50=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #32B532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B532 is #CD4ACD. Grayscale: #7F7F7F. Windows color (decimal): -13454030 or 3323186. OLE color: 3323186.
HSL color Cylindrical-coordinate representation of color #32B532: hue angle of 120º 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 #32B532 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 50 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.29 |
| HSL | 120º | 0.57% | 0.45% | - |
| HSV(B) | 120º | 0.72% | 0.71% | - |
| XYZ | 18.41 | 33.96 | 8.6 | - |
| YUV | 126.9 | 84.6 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 50 | 0.72 | 0 | 0.72 | 0.29 | 120 | 0.57 | 0.45 |
| Hex | 32 | B5 | 32 | 48 | 0 | 48 | 1D | 78 | 39 | 2D |
| Octal | 62 | 265 | 62 | 110 | 0 | 110 | 35 | 170 | 71 | 55 |
| Binary | 110010 | 10110101 | 110010 | 1001000 | 0 | 1001000 | 11101 | 1111000 | 111001 | 101101 |
Color Harmonies of #32B532
Complementary color
Monochromatic Colors of #32B532
Black with #32B532
Text Example
Text Example
White with #32B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B532; }
p { color: rgb(50,181,50); }
H1.HeaderClassName
{
color: #32B532;
}
.AnyTagClassName
{
color: #32B532;
}
</style>
background-color css
<style>
a { background-color: #32B532; }
a { background-color: rgb(50,181,50); }
div.DivClassName
{
background-color: #32B532;
}
.BgClassName
{
background-color: #32B532;
}
</style>
border-color css
<style>
span { border-color: #32B532; }
span { border-color: rgb(50,181,50); }
td.TdClassName
{
border-color: #32B532;
}
.TagClassName
{
border-color: #32B532;
}
</style>