Shades of Lime Green #16D217
Tints of Lime Green #16D217
RGB
CMYK
RGB Variations
Color information
#16D217 (or 0x16D217) is known color: Lime Green. HEX triplet: 16, D2 and 17. RGB value is (22,210,23). Sum of RGB (Red+Green+Blue) = 22+210+23=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 210 (82.42% from 255 or 82.35% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 210 - color contains mainly: green. Hex color #16D217 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D217 is #E92DE8. Grayscale: #858585. Windows color (decimal): -15281641 or 1561110. OLE color: 1561110.
HSL color Cylindrical-coordinate representation of color #16D217: hue angle of 120.32º 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 #16D217 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 210 | 23 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.18 |
| HSL | 120.32º | 0.81% | 0.45% | - |
| HSV(B) | 120.32º | 0.9% | 0.82% | - |
| XYZ | 23.53 | 46.33 | 8.51 | - |
| YUV | 132.47 | 66.22 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 210 | 23 | 0.90 | 0 | 0.89 | 0.18 | 120.32 | 0.81 | 0.45 |
| Hex | 16 | D2 | 17 | 5A | 0 | 59 | 12 | 78 | 51 | 2D |
| Octal | 26 | 322 | 27 | 132 | 0 | 131 | 22 | 170 | 121 | 55 |
| Binary | 10110 | 11010010 | 10111 | 1011010 | 0 | 1011001 | 10010 | 1111000 | 1010001 | 101101 |
Color Harmonies of #16D217
Complementary color
Monochromatic Colors of #16D217
Black with #16D217
Text Example
Text Example
White with #16D217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D217; }
p { color: rgb(22,210,23); }
H1.HeaderClassName
{
color: #16D217;
}
.AnyTagClassName
{
color: #16D217;
}
</style>
background-color css
<style>
a { background-color: #16D217; }
a { background-color: rgb(22,210,23); }
div.DivClassName
{
background-color: #16D217;
}
.BgClassName
{
background-color: #16D217;
}
</style>
border-color css
<style>
span { border-color: #16D217; }
span { border-color: rgb(22,210,23); }
td.TdClassName
{
border-color: #16D217;
}
.TagClassName
{
border-color: #16D217;
}
</style>