Shades of Lime Green #16B71C
Tints of Lime Green #16B71C
RGB
CMYK
RGB Variations
Color information
#16B71C (or 0x16B71C) is known color: Lime Green. HEX triplet: 16, B7 and 1C. RGB value is (22,183,28). Sum of RGB (Red+Green+Blue) = 22+183+28=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 183 (71.88% from 255 or 78.54% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 183 - color contains mainly: green. Hex color #16B71C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B71C is #E948E3. Grayscale: #757575. Windows color (decimal): -15288548 or 1881878. OLE color: 1881878.
HSL color Cylindrical-coordinate representation of color #16B71C: hue angle of 122.24º 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 #16B71C is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 28 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.28 |
| HSL | 122.24º | 0.79% | 0.4% | - |
| HSV(B) | 122.24º | 0.88% | 0.72% | - |
| XYZ | 17.47 | 34.12 | 6.76 | - |
| YUV | 117.19 | 77.66 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 28 | 0.88 | 0 | 0.85 | 0.28 | 122.24 | 0.79 | 0.4 |
| Hex | 16 | B7 | 1C | 58 | 0 | 55 | 1C | 7A | 4F | 28 |
| Octal | 26 | 267 | 34 | 130 | 0 | 125 | 34 | 172 | 117 | 50 |
| Binary | 10110 | 10110111 | 11100 | 1011000 | 0 | 1010101 | 11100 | 1111010 | 1001111 | 101000 |
Color Harmonies of #16B71C
Complementary color
Monochromatic Colors of #16B71C
Black with #16B71C
Text Example
Text Example
White with #16B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B71C; }
p { color: rgb(22,183,28); }
H1.HeaderClassName
{
color: #16B71C;
}
.AnyTagClassName
{
color: #16B71C;
}
</style>
background-color css
<style>
a { background-color: #16B71C; }
a { background-color: rgb(22,183,28); }
div.DivClassName
{
background-color: #16B71C;
}
.BgClassName
{
background-color: #16B71C;
}
</style>
border-color css
<style>
span { border-color: #16B71C; }
span { border-color: rgb(22,183,28); }
td.TdClassName
{
border-color: #16B71C;
}
.TagClassName
{
border-color: #16B71C;
}
</style>