Shades of Lime Green #16D222
Tints of Lime Green #16D222
RGB
CMYK
RGB Variations
Color information
#16D222 (or 0x16D222) is known color: Lime Green. HEX triplet: 16, D2 and 22. RGB value is (22,210,34). Sum of RGB (Red+Green+Blue) = 22+210+34=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #16D222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D222 is #E92DDD. Grayscale: #868686. Windows color (decimal): -15281630 or 2282006. OLE color: 2282006.
HSL color Cylindrical-coordinate representation of color #16D222: hue angle of 123.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D222 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 210 | 34 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.18 |
| HSL | 123.83º | 0.81% | 0.45% | - |
| HSV(B) | 123.83º | 0.9% | 0.82% | - |
| XYZ | 23.67 | 46.38 | 9.22 | - |
| YUV | 133.72 | 71.72 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 210 | 34 | 0.90 | 0 | 0.84 | 0.18 | 123.83 | 0.81 | 0.45 |
| Hex | 16 | D2 | 22 | 5A | 0 | 54 | 12 | 7C | 51 | 2D |
| Octal | 26 | 322 | 42 | 132 | 0 | 124 | 22 | 174 | 121 | 55 |
| Binary | 10110 | 11010010 | 100010 | 1011010 | 0 | 1010100 | 10010 | 1111100 | 1010001 | 101101 |
Color Harmonies of #16D222
Complementary color
Monochromatic Colors of #16D222
Black with #16D222
Text Example
Text Example
White with #16D222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D222; }
p { color: rgb(22,210,34); }
H1.HeaderClassName
{
color: #16D222;
}
.AnyTagClassName
{
color: #16D222;
}
</style>
background-color css
<style>
a { background-color: #16D222; }
a { background-color: rgb(22,210,34); }
div.DivClassName
{
background-color: #16D222;
}
.BgClassName
{
background-color: #16D222;
}
</style>
border-color css
<style>
span { border-color: #16D222; }
span { border-color: rgb(22,210,34); }
td.TdClassName
{
border-color: #16D222;
}
.TagClassName
{
border-color: #16D222;
}
</style>