Shades of Lime Green #16D114
Tints of Lime Green #16D114
RGB
CMYK
RGB Variations
Color information
#16D114 (or 0x16D114) is known color: Lime Green. HEX triplet: 16, D1 and 14. RGB value is (22,209,20). Sum of RGB (Red+Green+Blue) = 22+209+20=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 209 (82.03% from 255 or 83.27% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 209 - color contains mainly: green. Hex color #16D114 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D114 is #E92EEB. Grayscale: #848484. Windows color (decimal): -15281900 or 1364246. OLE color: 1364246.
HSL color Cylindrical-coordinate representation of color #16D114: hue angle of 119.37º degrees, saturation: 0.83, 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 #16D114 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 209 | 20 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.18 |
| HSL | 119.37º | 0.83% | 0.45% | - |
| HSV(B) | 119.37º | 0.9% | 0.82% | - |
| XYZ | 23.26 | 45.82 | 8.28 | - |
| YUV | 131.54 | 65.05 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 209 | 20 | 0.89 | 0 | 0.90 | 0.18 | 119.37 | 0.83 | 0.45 |
| Hex | 16 | D1 | 14 | 59 | 0 | 5A | 12 | 77 | 53 | 2D |
| Octal | 26 | 321 | 24 | 131 | 0 | 132 | 22 | 167 | 123 | 55 |
| Binary | 10110 | 11010001 | 10100 | 1011001 | 0 | 1011010 | 10010 | 1110111 | 1010011 | 101101 |
Color Harmonies of #16D114
Complementary color
Monochromatic Colors of #16D114
Black with #16D114
Text Example
Text Example
White with #16D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D114; }
p { color: rgb(22,209,20); }
H1.HeaderClassName
{
color: #16D114;
}
.AnyTagClassName
{
color: #16D114;
}
</style>
background-color css
<style>
a { background-color: #16D114; }
a { background-color: rgb(22,209,20); }
div.DivClassName
{
background-color: #16D114;
}
.BgClassName
{
background-color: #16D114;
}
</style>
border-color css
<style>
span { border-color: #16D114; }
span { border-color: rgb(22,209,20); }
td.TdClassName
{
border-color: #16D114;
}
.TagClassName
{
border-color: #16D114;
}
</style>