Shades of Lime Green #16B71D
Tints of Lime Green #16B71D
RGB
CMYK
RGB Variations
Color information
#16B71D (or 0x16B71D) is known color: Lime Green. HEX triplet: 16, B7 and 1D. RGB value is (22,183,29). Sum of RGB (Red+Green+Blue) = 22+183+29=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 183 (71.88% from 255 or 78.21% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 183 - color contains mainly: green. Hex color #16B71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B71D is #E948E2. Grayscale: #757575. Windows color (decimal): -15288547 or 1947414. OLE color: 1947414.
HSL color Cylindrical-coordinate representation of color #16B71D: hue angle of 122.61º 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 #16B71D is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 29 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.28 |
| HSL | 122.61º | 0.79% | 0.4% | - |
| HSV(B) | 122.61º | 0.88% | 0.72% | - |
| XYZ | 17.49 | 34.13 | 6.83 | - |
| YUV | 117.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 29 | 0.88 | 0 | 0.84 | 0.28 | 122.61 | 0.79 | 0.4 |
| Hex | 16 | B7 | 1D | 58 | 0 | 54 | 1C | 7B | 4F | 28 |
| Octal | 26 | 267 | 35 | 130 | 0 | 124 | 34 | 173 | 117 | 50 |
| Binary | 10110 | 10110111 | 11101 | 1011000 | 0 | 1010100 | 11100 | 1111011 | 1001111 | 101000 |
Color Harmonies of #16B71D
Complementary color
Monochromatic Colors of #16B71D
Black with #16B71D
Text Example
Text Example
White with #16B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B71D; }
p { color: rgb(22,183,29); }
H1.HeaderClassName
{
color: #16B71D;
}
.AnyTagClassName
{
color: #16B71D;
}
</style>
background-color css
<style>
a { background-color: #16B71D; }
a { background-color: rgb(22,183,29); }
div.DivClassName
{
background-color: #16B71D;
}
.BgClassName
{
background-color: #16B71D;
}
</style>
border-color css
<style>
span { border-color: #16B71D; }
span { border-color: rgb(22,183,29); }
td.TdClassName
{
border-color: #16B71D;
}
.TagClassName
{
border-color: #16B71D;
}
</style>