Shades of Lime Green #32C921
Tints of Lime Green #32C921
RGB
CMYK
RGB Variations
Color information
#32C921 (or 0x32C921) is known color: Lime Green. HEX triplet: 32, C9 and 21. RGB value is (50,201,33). Sum of RGB (Red+Green+Blue) = 50+201+33=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 201 (78.91% from 255 or 70.77% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 201 - color contains mainly: green. Hex color #32C921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C921 is #CD36DE. Grayscale: #898989. Windows color (decimal): -13448927 or 2214194. OLE color: 2214194.
HSL color Cylindrical-coordinate representation of color #32C921: hue angle of 113.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32C921 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 201 | 33 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.21 |
| HSL | 113.93º | 0.72% | 0.46% | - |
| HSV(B) | 113.93º | 0.84% | 0.79% | - |
| XYZ | 22.48 | 42.56 | 8.47 | - |
| YUV | 136.7 | 69.47 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 201 | 33 | 0.75 | 0 | 0.84 | 0.21 | 113.93 | 0.72 | 0.46 |
| Hex | 32 | C9 | 21 | 4B | 0 | 54 | 15 | 72 | 48 | 2E |
| Octal | 62 | 311 | 41 | 113 | 0 | 124 | 25 | 162 | 110 | 56 |
| Binary | 110010 | 11001001 | 100001 | 1001011 | 0 | 1010100 | 10101 | 1110010 | 1001000 | 101110 |
Color Harmonies of #32C921
Complementary color
Monochromatic Colors of #32C921
Black with #32C921
Text Example
Text Example
White with #32C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C921; }
p { color: rgb(50,201,33); }
H1.HeaderClassName
{
color: #32C921;
}
.AnyTagClassName
{
color: #32C921;
}
</style>
background-color css
<style>
a { background-color: #32C921; }
a { background-color: rgb(50,201,33); }
div.DivClassName
{
background-color: #32C921;
}
.BgClassName
{
background-color: #32C921;
}
</style>
border-color css
<style>
span { border-color: #32C921; }
span { border-color: rgb(50,201,33); }
td.TdClassName
{
border-color: #32C921;
}
.TagClassName
{
border-color: #32C921;
}
</style>