Shades of Lime Green #32B52B
Tints of Lime Green #32B52B
RGB
CMYK
RGB Variations
Color information
#32B52B (or 0x32B52B) is known color: Lime Green. HEX triplet: 32, B5 and 2B. RGB value is (50,181,43). Sum of RGB (Red+Green+Blue) = 50+181+43=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 181 (71.09% from 255 or 66.06% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 181 - color contains mainly: green. Hex color #32B52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B52B is #CD4AD4. Grayscale: #7E7E7E. Windows color (decimal): -13454037 or 2864434. OLE color: 2864434.
HSL color Cylindrical-coordinate representation of color #32B52B: hue angle of 116.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B52B is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 43 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.29 |
| HSL | 116.96º | 0.62% | 0.44% | - |
| HSV(B) | 116.96º | 0.76% | 0.71% | - |
| XYZ | 18.28 | 33.9 | 7.87 | - |
| YUV | 126.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 43 | 0.72 | 0 | 0.76 | 0.29 | 116.96 | 0.62 | 0.44 |
| Hex | 32 | B5 | 2B | 48 | 0 | 4C | 1D | 75 | 3E | 2C |
| Octal | 62 | 265 | 53 | 110 | 0 | 114 | 35 | 165 | 76 | 54 |
| Binary | 110010 | 10110101 | 101011 | 1001000 | 0 | 1001100 | 11101 | 1110101 | 111110 | 101100 |
Color Harmonies of #32B52B
Complementary color
Monochromatic Colors of #32B52B
Black with #32B52B
Text Example
Text Example
White with #32B52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B52B; }
p { color: rgb(50,181,43); }
H1.HeaderClassName
{
color: #32B52B;
}
.AnyTagClassName
{
color: #32B52B;
}
</style>
background-color css
<style>
a { background-color: #32B52B; }
a { background-color: rgb(50,181,43); }
div.DivClassName
{
background-color: #32B52B;
}
.BgClassName
{
background-color: #32B52B;
}
</style>
border-color css
<style>
span { border-color: #32B52B; }
span { border-color: rgb(50,181,43); }
td.TdClassName
{
border-color: #32B52B;
}
.TagClassName
{
border-color: #32B52B;
}
</style>