Shades of Lime Green #21DB32
Tints of Lime Green #21DB32
RGB
CMYK
RGB Variations
Color information
#21DB32 (or 0x21DB32) is known color: Lime Green. HEX triplet: 21, DB and 32. RGB value is (33,219,50). Sum of RGB (Red+Green+Blue) = 33+219+50=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 219 (85.94% from 255 or 72.52% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 219 - color contains mainly: green. Hex color #21DB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DB32 is #DE24CD. Grayscale: #909090. Windows color (decimal): -14558414 or 3332897. OLE color: 3332897.
HSL color Cylindrical-coordinate representation of color #21DB32: hue angle of 125.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DB32 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 50 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.14 |
| HSL | 125.48º | 0.74% | 0.49% | - |
| HSV(B) | 125.48º | 0.85% | 0.86% | - |
| XYZ | 26.53 | 51.22 | 11.5 | - |
| YUV | 144.12 | 74.88 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 50 | 0.85 | 0 | 0.77 | 0.14 | 125.48 | 0.74 | 0.49 |
| Hex | 21 | DB | 32 | 55 | 0 | 4D | E | 7D | 4A | 31 |
| Octal | 41 | 333 | 62 | 125 | 0 | 115 | 16 | 175 | 112 | 61 |
| Binary | 100001 | 11011011 | 110010 | 1010101 | 0 | 1001101 | 1110 | 1111101 | 1001010 | 110001 |
Color Harmonies of #21DB32
Complementary color
Monochromatic Colors of #21DB32
Black with #21DB32
Text Example
Text Example
White with #21DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DB32; }
p { color: rgb(33,219,50); }
H1.HeaderClassName
{
color: #21DB32;
}
.AnyTagClassName
{
color: #21DB32;
}
</style>
background-color css
<style>
a { background-color: #21DB32; }
a { background-color: rgb(33,219,50); }
div.DivClassName
{
background-color: #21DB32;
}
.BgClassName
{
background-color: #21DB32;
}
</style>
border-color css
<style>
span { border-color: #21DB32; }
span { border-color: rgb(33,219,50); }
td.TdClassName
{
border-color: #21DB32;
}
.TagClassName
{
border-color: #21DB32;
}
</style>