Shades of Lime Green #16BB17
Tints of Lime Green #16BB17
RGB
CMYK
RGB Variations
Color information
#16BB17 (or 0x16BB17) is known color: Lime Green. HEX triplet: 16, BB and 17. RGB value is (22,187,23). Sum of RGB (Red+Green+Blue) = 22+187+23=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 187 (73.44% from 255 or 80.60% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BB17 is #E944E8. Grayscale: #777777. Windows color (decimal): -15287529 or 1555222. OLE color: 1555222.
HSL color Cylindrical-coordinate representation of color #16BB17: hue angle of 120.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BB17 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 187 | 23 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.27 |
| HSL | 120.36º | 0.79% | 0.41% | - |
| HSV(B) | 120.36º | 0.88% | 0.73% | - |
| XYZ | 18.26 | 35.77 | 6.75 | - |
| YUV | 118.97 | 73.84 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 187 | 23 | 0.88 | 0 | 0.88 | 0.27 | 120.36 | 0.79 | 0.41 |
| Hex | 16 | BB | 17 | 58 | 0 | 58 | 1B | 78 | 4F | 29 |
| Octal | 26 | 273 | 27 | 130 | 0 | 130 | 33 | 170 | 117 | 51 |
| Binary | 10110 | 10111011 | 10111 | 1011000 | 0 | 1011000 | 11011 | 1111000 | 1001111 | 101001 |
Color Harmonies of #16BB17
Complementary color
Monochromatic Colors of #16BB17
Black with #16BB17
Text Example
Text Example
White with #16BB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BB17; }
p { color: rgb(22,187,23); }
H1.HeaderClassName
{
color: #16BB17;
}
.AnyTagClassName
{
color: #16BB17;
}
</style>
background-color css
<style>
a { background-color: #16BB17; }
a { background-color: rgb(22,187,23); }
div.DivClassName
{
background-color: #16BB17;
}
.BgClassName
{
background-color: #16BB17;
}
</style>
border-color css
<style>
span { border-color: #16BB17; }
span { border-color: rgb(22,187,23); }
td.TdClassName
{
border-color: #16BB17;
}
.TagClassName
{
border-color: #16BB17;
}
</style>