Shades of Lime Green #16C80B
Tints of Lime Green #16C80B
RGB
CMYK
RGB Variations
Color information
#16C80B (or 0x16C80B) is known color: Lime Green. HEX triplet: 16, C8 and 0B. RGB value is (22,200,11). Sum of RGB (Red+Green+Blue) = 22+200+11=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 200 (78.52% from 255 or 85.84% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 200 - color contains mainly: green. Hex color #16C80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C80B is #E937F4. Grayscale: #7D7D7D. Windows color (decimal): -15284213 or 772118. OLE color: 772118.
HSL color Cylindrical-coordinate representation of color #16C80B: hue angle of 116.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16C80B is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 11 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.22 |
| HSL | 116.51º | 0.9% | 0.41% | - |
| HSV(B) | 116.51º | 0.95% | 0.78% | - |
| XYZ | 21.05 | 41.5 | 7.22 | - |
| YUV | 125.23 | 63.53 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 11 | 0.89 | 0 | 0.94 | 0.22 | 116.51 | 0.9 | 0.41 |
| Hex | 16 | C8 | B | 59 | 0 | 5E | 16 | 75 | 5A | 29 |
| Octal | 26 | 310 | 13 | 131 | 0 | 136 | 26 | 165 | 132 | 51 |
| Binary | 10110 | 11001000 | 1011 | 1011001 | 0 | 1011110 | 10110 | 1110101 | 1011010 | 101001 |
Color Harmonies of #16C80B
Complementary color
Monochromatic Colors of #16C80B
Black with #16C80B
Text Example
Text Example
White with #16C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C80B; }
p { color: rgb(22,200,11); }
H1.HeaderClassName
{
color: #16C80B;
}
.AnyTagClassName
{
color: #16C80B;
}
</style>
background-color css
<style>
a { background-color: #16C80B; }
a { background-color: rgb(22,200,11); }
div.DivClassName
{
background-color: #16C80B;
}
.BgClassName
{
background-color: #16C80B;
}
</style>
border-color css
<style>
span { border-color: #16C80B; }
span { border-color: rgb(22,200,11); }
td.TdClassName
{
border-color: #16C80B;
}
.TagClassName
{
border-color: #16C80B;
}
</style>