Shades of Lime Green #16B91D
Tints of Lime Green #16B91D
RGB
CMYK
RGB Variations
Color information
#16B91D (or 0x16B91D) is known color: Lime Green. HEX triplet: 16, B9 and 1D. RGB value is (22,185,29). Sum of RGB (Red+Green+Blue) = 22+185+29=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #16B91D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B91D is #E946E2. Grayscale: #767676. Windows color (decimal): -15288035 or 1947926. OLE color: 1947926.
HSL color Cylindrical-coordinate representation of color #16B91D: hue angle of 122.58º 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 #16B91D is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 185 | 29 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.27 |
| HSL | 122.58º | 0.79% | 0.41% | - |
| HSV(B) | 122.58º | 0.88% | 0.73% | - |
| XYZ | 17.9 | 34.96 | 6.97 | - |
| YUV | 118.48 | 77.5 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 185 | 29 | 0.88 | 0 | 0.84 | 0.27 | 122.58 | 0.79 | 0.41 |
| Hex | 16 | B9 | 1D | 58 | 0 | 54 | 1B | 7B | 4F | 29 |
| Octal | 26 | 271 | 35 | 130 | 0 | 124 | 33 | 173 | 117 | 51 |
| Binary | 10110 | 10111001 | 11101 | 1011000 | 0 | 1010100 | 11011 | 1111011 | 1001111 | 101001 |
Color Harmonies of #16B91D
Complementary color
Monochromatic Colors of #16B91D
Black with #16B91D
Text Example
Text Example
White with #16B91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B91D; }
p { color: rgb(22,185,29); }
H1.HeaderClassName
{
color: #16B91D;
}
.AnyTagClassName
{
color: #16B91D;
}
</style>
background-color css
<style>
a { background-color: #16B91D; }
a { background-color: rgb(22,185,29); }
div.DivClassName
{
background-color: #16B91D;
}
.BgClassName
{
background-color: #16B91D;
}
</style>
border-color css
<style>
span { border-color: #16B91D; }
span { border-color: rgb(22,185,29); }
td.TdClassName
{
border-color: #16B91D;
}
.TagClassName
{
border-color: #16B91D;
}
</style>