Shades of Lime Green #16D921
Tints of Lime Green #16D921
RGB
CMYK
RGB Variations
Color information
#16D921 (or 0x16D921) is known color: Lime Green. HEX triplet: 16, D9 and 21. RGB value is (22,217,33). Sum of RGB (Red+Green+Blue) = 22+217+33=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 217 (85.16% from 255 or 79.78% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 217 - color contains mainly: green. Hex color #16D921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D921 is #E926DE. Grayscale: #8A8A8A. Windows color (decimal): -15279839 or 2218262. OLE color: 2218262.
HSL color Cylindrical-coordinate representation of color #16D921: hue angle of 123.38º 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 #16D921 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 33 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.15 |
| HSL | 123.38º | 0.82% | 0.47% | - |
| HSV(B) | 123.38º | 0.9% | 0.85% | - |
| XYZ | 25.42 | 49.91 | 9.73 | - |
| YUV | 137.72 | 68.9 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 33 | 0.90 | 0 | 0.85 | 0.15 | 123.38 | 0.82 | 0.47 |
| Hex | 16 | D9 | 21 | 5A | 0 | 55 | F | 7B | 52 | 2F |
| Octal | 26 | 331 | 41 | 132 | 0 | 125 | 17 | 173 | 122 | 57 |
| Binary | 10110 | 11011001 | 100001 | 1011010 | 0 | 1010101 | 1111 | 1111011 | 1010010 | 101111 |
Color Harmonies of #16D921
Complementary color
Monochromatic Colors of #16D921
Black with #16D921
Text Example
Text Example
White with #16D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D921; }
p { color: rgb(22,217,33); }
H1.HeaderClassName
{
color: #16D921;
}
.AnyTagClassName
{
color: #16D921;
}
</style>
background-color css
<style>
a { background-color: #16D921; }
a { background-color: rgb(22,217,33); }
div.DivClassName
{
background-color: #16D921;
}
.BgClassName
{
background-color: #16D921;
}
</style>
border-color css
<style>
span { border-color: #16D921; }
span { border-color: rgb(22,217,33); }
td.TdClassName
{
border-color: #16D921;
}
.TagClassName
{
border-color: #16D921;
}
</style>