Shades of Lime Green #16C811
Tints of Lime Green #16C811
RGB
CMYK
RGB Variations
Color information
#16C811 (or 0x16C811) is known color: Lime Green. HEX triplet: 16, C8 and 11. RGB value is (22,200,17). Sum of RGB (Red+Green+Blue) = 22+200+17=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 200 (78.52% from 255 or 83.68% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 200 - color contains mainly: green. Hex color #16C811 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C811 is #E937EE. Grayscale: #7E7E7E. Windows color (decimal): -15284207 or 1165334. OLE color: 1165334.
HSL color Cylindrical-coordinate representation of color #16C811: hue angle of 118.36º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16C811 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 17 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.22 |
| HSL | 118.36º | 0.84% | 0.43% | - |
| HSV(B) | 118.36º | 0.92% | 0.78% | - |
| XYZ | 21.09 | 41.52 | 7.43 | - |
| YUV | 125.92 | 66.53 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 17 | 0.89 | 0 | 0.92 | 0.22 | 118.36 | 0.84 | 0.43 |
| Hex | 16 | C8 | 11 | 59 | 0 | 5C | 16 | 76 | 54 | 2B |
| Octal | 26 | 310 | 21 | 131 | 0 | 134 | 26 | 166 | 124 | 53 |
| Binary | 10110 | 11001000 | 10001 | 1011001 | 0 | 1011100 | 10110 | 1110110 | 1010100 | 101011 |
Color Harmonies of #16C811
Complementary color
Monochromatic Colors of #16C811
Black with #16C811
Text Example
Text Example
White with #16C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C811; }
p { color: rgb(22,200,17); }
H1.HeaderClassName
{
color: #16C811;
}
.AnyTagClassName
{
color: #16C811;
}
</style>
background-color css
<style>
a { background-color: #16C811; }
a { background-color: rgb(22,200,17); }
div.DivClassName
{
background-color: #16C811;
}
.BgClassName
{
background-color: #16C811;
}
</style>
border-color css
<style>
span { border-color: #16C811; }
span { border-color: rgb(22,200,17); }
td.TdClassName
{
border-color: #16C811;
}
.TagClassName
{
border-color: #16C811;
}
</style>