Shades of Lime Green #16B71B
Tints of Lime Green #16B71B
RGB
CMYK
RGB Variations
Color information
#16B71B (or 0x16B71B) is known color: Lime Green. HEX triplet: 16, B7 and 1B. RGB value is (22,183,27). Sum of RGB (Red+Green+Blue) = 22+183+27=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 183 (71.88% from 255 or 78.88% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 183 - color contains mainly: green. Hex color #16B71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B71B is #E948E4. Grayscale: #757575. Windows color (decimal): -15288549 or 1816342. OLE color: 1816342.
HSL color Cylindrical-coordinate representation of color #16B71B: hue angle of 121.86º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B71B is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 27 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.28 |
| HSL | 121.86º | 0.79% | 0.4% | - |
| HSV(B) | 121.86º | 0.88% | 0.72% | - |
| XYZ | 17.46 | 34.12 | 6.7 | - |
| YUV | 117.08 | 77.16 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 27 | 0.88 | 0 | 0.85 | 0.28 | 121.86 | 0.79 | 0.4 |
| Hex | 16 | B7 | 1B | 58 | 0 | 55 | 1C | 7A | 4F | 28 |
| Octal | 26 | 267 | 33 | 130 | 0 | 125 | 34 | 172 | 117 | 50 |
| Binary | 10110 | 10110111 | 11011 | 1011000 | 0 | 1010101 | 11100 | 1111010 | 1001111 | 101000 |
Color Harmonies of #16B71B
Complementary color
Monochromatic Colors of #16B71B
Black with #16B71B
Text Example
Text Example
White with #16B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B71B; }
p { color: rgb(22,183,27); }
H1.HeaderClassName
{
color: #16B71B;
}
.AnyTagClassName
{
color: #16B71B;
}
</style>
background-color css
<style>
a { background-color: #16B71B; }
a { background-color: rgb(22,183,27); }
div.DivClassName
{
background-color: #16B71B;
}
.BgClassName
{
background-color: #16B71B;
}
</style>
border-color css
<style>
span { border-color: #16B71B; }
span { border-color: rgb(22,183,27); }
td.TdClassName
{
border-color: #16B71B;
}
.TagClassName
{
border-color: #16B71B;
}
</style>