Shades of Lime Green #21CC32
Tints of Lime Green #21CC32
RGB
CMYK
RGB Variations
Color information
#21CC32 (or 0x21CC32) is known color: Lime Green. HEX triplet: 21, CC and 32. RGB value is (33,204,50). Sum of RGB (Red+Green+Blue) = 33+204+50=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CC32 is #DE33CD. Grayscale: #878787. Windows color (decimal): -14562254 or 3329057. OLE color: 3329057.
HSL color Cylindrical-coordinate representation of color #21CC32: hue angle of 125.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC32 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 50 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.2 |
| HSL | 125.96º | 0.72% | 0.46% | - |
| HSV(B) | 125.96º | 0.84% | 0.8% | - |
| XYZ | 22.8 | 43.74 | 10.26 | - |
| YUV | 135.32 | 79.85 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 50 | 0.84 | 0 | 0.75 | 0.2 | 125.96 | 0.72 | 0.46 |
| Hex | 21 | CC | 32 | 54 | 0 | 4B | 14 | 7E | 48 | 2E |
| Octal | 41 | 314 | 62 | 124 | 0 | 113 | 24 | 176 | 110 | 56 |
| Binary | 100001 | 11001100 | 110010 | 1010100 | 0 | 1001011 | 10100 | 1111110 | 1001000 | 101110 |
Color Harmonies of #21CC32
Complementary color
Monochromatic Colors of #21CC32
Black with #21CC32
Text Example
Text Example
White with #21CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC32; }
p { color: rgb(33,204,50); }
H1.HeaderClassName
{
color: #21CC32;
}
.AnyTagClassName
{
color: #21CC32;
}
</style>
background-color css
<style>
a { background-color: #21CC32; }
a { background-color: rgb(33,204,50); }
div.DivClassName
{
background-color: #21CC32;
}
.BgClassName
{
background-color: #21CC32;
}
</style>
border-color css
<style>
span { border-color: #21CC32; }
span { border-color: rgb(33,204,50); }
td.TdClassName
{
border-color: #21CC32;
}
.TagClassName
{
border-color: #21CC32;
}
</style>