Shades of Lime Green #32BA21
Tints of Lime Green #32BA21
RGB
CMYK
RGB Variations
Color information
#32BA21 (or 0x32BA21) is known color: Lime Green. HEX triplet: 32, BA and 21. RGB value is (50,186,33). Sum of RGB (Red+Green+Blue) = 50+186+33=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA21 is #CD45DE. Grayscale: #808080. Windows color (decimal): -13452767 or 2210354. OLE color: 2210354.
HSL color Cylindrical-coordinate representation of color #32BA21: hue angle of 113.33º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32BA21 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 33 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.27 |
| HSL | 113.33º | 0.7% | 0.43% | - |
| HSV(B) | 113.33º | 0.82% | 0.73% | - |
| XYZ | 19.15 | 35.91 | 7.36 | - |
| YUV | 127.89 | 74.44 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 33 | 0.73 | 0 | 0.82 | 0.27 | 113.33 | 0.7 | 0.43 |
| Hex | 32 | BA | 21 | 49 | 0 | 52 | 1B | 71 | 46 | 2B |
| Octal | 62 | 272 | 41 | 111 | 0 | 122 | 33 | 161 | 106 | 53 |
| Binary | 110010 | 10111010 | 100001 | 1001001 | 0 | 1010010 | 11011 | 1110001 | 1000110 | 101011 |
Color Harmonies of #32BA21
Complementary color
Monochromatic Colors of #32BA21
Black with #32BA21
Text Example
Text Example
White with #32BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA21; }
p { color: rgb(50,186,33); }
H1.HeaderClassName
{
color: #32BA21;
}
.AnyTagClassName
{
color: #32BA21;
}
</style>
background-color css
<style>
a { background-color: #32BA21; }
a { background-color: rgb(50,186,33); }
div.DivClassName
{
background-color: #32BA21;
}
.BgClassName
{
background-color: #32BA21;
}
</style>
border-color css
<style>
span { border-color: #32BA21; }
span { border-color: rgb(50,186,33); }
td.TdClassName
{
border-color: #32BA21;
}
.TagClassName
{
border-color: #32BA21;
}
</style>