Shades of Lime Green #32B521
Tints of Lime Green #32B521
RGB
CMYK
RGB Variations
Color information
#32B521 (or 0x32B521) is known color: Lime Green. HEX triplet: 32, B5 and 21. RGB value is (50,181,33). Sum of RGB (Red+Green+Blue) = 50+181+33=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #32B521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B521 is #CD4ADE. Grayscale: #7D7D7D. Windows color (decimal): -13454047 or 2209074. OLE color: 2209074.
HSL color Cylindrical-coordinate representation of color #32B521: hue angle of 113.11º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32B521 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 33 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.29 |
| HSL | 113.11º | 0.69% | 0.42% | - |
| HSV(B) | 113.11º | 0.82% | 0.71% | - |
| XYZ | 18.11 | 33.84 | 7.02 | - |
| YUV | 124.96 | 76.1 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 33 | 0.72 | 0 | 0.82 | 0.29 | 113.11 | 0.69 | 0.42 |
| Hex | 32 | B5 | 21 | 48 | 0 | 52 | 1D | 71 | 45 | 2A |
| Octal | 62 | 265 | 41 | 110 | 0 | 122 | 35 | 161 | 105 | 52 |
| Binary | 110010 | 10110101 | 100001 | 1001000 | 0 | 1010010 | 11101 | 1110001 | 1000101 | 101010 |
Color Harmonies of #32B521
Complementary color
Monochromatic Colors of #32B521
Black with #32B521
Text Example
Text Example
White with #32B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B521; }
p { color: rgb(50,181,33); }
H1.HeaderClassName
{
color: #32B521;
}
.AnyTagClassName
{
color: #32B521;
}
</style>
background-color css
<style>
a { background-color: #32B521; }
a { background-color: rgb(50,181,33); }
div.DivClassName
{
background-color: #32B521;
}
.BgClassName
{
background-color: #32B521;
}
</style>
border-color css
<style>
span { border-color: #32B521; }
span { border-color: rgb(50,181,33); }
td.TdClassName
{
border-color: #32B521;
}
.TagClassName
{
border-color: #32B521;
}
</style>