Shades of Lime Green #21CE32
Tints of Lime Green #21CE32
RGB
CMYK
RGB Variations
Color information
#21CE32 (or 0x21CE32) is known color: Lime Green. HEX triplet: 21, CE and 32. RGB value is (33,206,50). Sum of RGB (Red+Green+Blue) = 33+206+50=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 206 (80.86% from 255 or 71.28% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE32 is #DE31CD. Grayscale: #888888. Windows color (decimal): -14561742 or 3329569. OLE color: 3329569.
HSL color Cylindrical-coordinate representation of color #21CE32: hue angle of 125.9º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE32 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 50 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.19 |
| HSL | 125.9º | 0.72% | 0.47% | - |
| HSV(B) | 125.9º | 0.84% | 0.81% | - |
| XYZ | 23.27 | 44.7 | 10.42 | - |
| YUV | 136.49 | 79.19 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 50 | 0.84 | 0 | 0.76 | 0.19 | 125.9 | 0.72 | 0.47 |
| Hex | 21 | CE | 32 | 54 | 0 | 4C | 13 | 7E | 48 | 2F |
| Octal | 41 | 316 | 62 | 124 | 0 | 114 | 23 | 176 | 110 | 57 |
| Binary | 100001 | 11001110 | 110010 | 1010100 | 0 | 1001100 | 10011 | 1111110 | 1001000 | 101111 |
Color Harmonies of #21CE32
Complementary color
Monochromatic Colors of #21CE32
Black with #21CE32
Text Example
Text Example
White with #21CE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE32; }
p { color: rgb(33,206,50); }
H1.HeaderClassName
{
color: #21CE32;
}
.AnyTagClassName
{
color: #21CE32;
}
</style>
background-color css
<style>
a { background-color: #21CE32; }
a { background-color: rgb(33,206,50); }
div.DivClassName
{
background-color: #21CE32;
}
.BgClassName
{
background-color: #21CE32;
}
</style>
border-color css
<style>
span { border-color: #21CE32; }
span { border-color: rgb(33,206,50); }
td.TdClassName
{
border-color: #21CE32;
}
.TagClassName
{
border-color: #21CE32;
}
</style>