Shades of Lime Green #16DB21
Tints of Lime Green #16DB21
RGB
CMYK
RGB Variations
Color information
#16DB21 (or 0x16DB21) is known color: Lime Green. HEX triplet: 16, DB and 21. RGB value is (22,219,33). Sum of RGB (Red+Green+Blue) = 22+219+33=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 219 (85.94% from 255 or 79.93% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DB21 is #E924DE. Grayscale: #8B8B8B. Windows color (decimal): -15279327 or 2218774. OLE color: 2218774.
HSL color Cylindrical-coordinate representation of color #16DB21: hue angle of 123.35º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DB21 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 33 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.14 |
| HSL | 123.35º | 0.82% | 0.47% | - |
| HSV(B) | 123.35º | 0.9% | 0.86% | - |
| XYZ | 25.94 | 50.94 | 9.9 | - |
| YUV | 138.89 | 68.23 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 33 | 0.90 | 0 | 0.85 | 0.14 | 123.35 | 0.82 | 0.47 |
| Hex | 16 | DB | 21 | 5A | 0 | 55 | E | 7B | 52 | 2F |
| Octal | 26 | 333 | 41 | 132 | 0 | 125 | 16 | 173 | 122 | 57 |
| Binary | 10110 | 11011011 | 100001 | 1011010 | 0 | 1010101 | 1110 | 1111011 | 1010010 | 101111 |
Color Harmonies of #16DB21
Complementary color
Monochromatic Colors of #16DB21
Black with #16DB21
Text Example
Text Example
White with #16DB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB21; }
p { color: rgb(22,219,33); }
H1.HeaderClassName
{
color: #16DB21;
}
.AnyTagClassName
{
color: #16DB21;
}
</style>
background-color css
<style>
a { background-color: #16DB21; }
a { background-color: rgb(22,219,33); }
div.DivClassName
{
background-color: #16DB21;
}
.BgClassName
{
background-color: #16DB21;
}
</style>
border-color css
<style>
span { border-color: #16DB21; }
span { border-color: rgb(22,219,33); }
td.TdClassName
{
border-color: #16DB21;
}
.TagClassName
{
border-color: #16DB21;
}
</style>