Shades of Lime Green #21DA16
Tints of Lime Green #21DA16
RGB
CMYK
RGB Variations
Color information
#21DA16 (or 0x21DA16) is known color: Lime Green. HEX triplet: 21, DA and 16. RGB value is (33,218,22). Sum of RGB (Red+Green+Blue) = 33+218+22=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #21DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21DA16 is #DE25E9. Grayscale: #8C8C8C. Windows color (decimal): -14558698 or 1497633. OLE color: 1497633.
HSL color Cylindrical-coordinate representation of color #21DA16: hue angle of 116.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21DA16 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 218 | 22 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.15 |
| HSL | 116.63º | 0.82% | 0.47% | - |
| HSV(B) | 116.63º | 0.9% | 0.85% | - |
| XYZ | 25.84 | 50.52 | 9.15 | - |
| YUV | 140.34 | 61.21 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 22 | 0.85 | 0 | 0.90 | 0.15 | 116.63 | 0.82 | 0.47 |
| Hex | 21 | DA | 16 | 55 | 0 | 5A | F | 75 | 52 | 2F |
| Octal | 41 | 332 | 26 | 125 | 0 | 132 | 17 | 165 | 122 | 57 |
| Binary | 100001 | 11011010 | 10110 | 1010101 | 0 | 1011010 | 1111 | 1110101 | 1010010 | 101111 |
Color Harmonies of #21DA16
Complementary color
Monochromatic Colors of #21DA16
Black with #21DA16
Text Example
Text Example
White with #21DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DA16; }
p { color: rgb(33,218,22); }
H1.HeaderClassName
{
color: #21DA16;
}
.AnyTagClassName
{
color: #21DA16;
}
</style>
background-color css
<style>
a { background-color: #21DA16; }
a { background-color: rgb(33,218,22); }
div.DivClassName
{
background-color: #21DA16;
}
.BgClassName
{
background-color: #21DA16;
}
</style>
border-color css
<style>
span { border-color: #21DA16; }
span { border-color: rgb(33,218,22); }
td.TdClassName
{
border-color: #21DA16;
}
.TagClassName
{
border-color: #21DA16;
}
</style>