Shades of Lime Green #21DD16
Tints of Lime Green #21DD16
RGB
CMYK
RGB Variations
Color information
#21DD16 (or 0x21DD16) is known color: Lime Green. HEX triplet: 21, DD and 16. RGB value is (33,221,22). Sum of RGB (Red+Green+Blue) = 33+221+22=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DD16 is #DE22E9. Grayscale: #8E8E8E. Windows color (decimal): -14557930 or 1498401. OLE color: 1498401.
HSL color Cylindrical-coordinate representation of color #21DD16: hue angle of 116.68º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21DD16 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 22 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.13 |
| HSL | 116.68º | 0.82% | 0.48% | - |
| HSV(B) | 116.68º | 0.9% | 0.87% | - |
| XYZ | 26.63 | 52.09 | 9.41 | - |
| YUV | 142.1 | 60.22 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 22 | 0.85 | 0 | 0.90 | 0.13 | 116.68 | 0.82 | 0.48 |
| Hex | 21 | DD | 16 | 55 | 0 | 5A | D | 75 | 52 | 30 |
| Octal | 41 | 335 | 26 | 125 | 0 | 132 | 15 | 165 | 122 | 60 |
| Binary | 100001 | 11011101 | 10110 | 1010101 | 0 | 1011010 | 1101 | 1110101 | 1010010 | 110000 |
Color Harmonies of #21DD16
Complementary color
Monochromatic Colors of #21DD16
Black with #21DD16
Text Example
Text Example
White with #21DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD16; }
p { color: rgb(33,221,22); }
H1.HeaderClassName
{
color: #21DD16;
}
.AnyTagClassName
{
color: #21DD16;
}
</style>
background-color css
<style>
a { background-color: #21DD16; }
a { background-color: rgb(33,221,22); }
div.DivClassName
{
background-color: #21DD16;
}
.BgClassName
{
background-color: #21DD16;
}
</style>
border-color css
<style>
span { border-color: #21DD16; }
span { border-color: rgb(33,221,22); }
td.TdClassName
{
border-color: #21DD16;
}
.TagClassName
{
border-color: #21DD16;
}
</style>