Shades of Lime Green #16B91F
Tints of Lime Green #16B91F
RGB
CMYK
RGB Variations
Color information
#16B91F (or 0x16B91F) is known color: Lime Green. HEX triplet: 16, B9 and 1F. RGB value is (22,185,31). Sum of RGB (Red+Green+Blue) = 22+185+31=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 185 (72.66% from 255 or 77.73% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 185 - color contains mainly: green. Hex color #16B91F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16B91F is #E946E0. Grayscale: #777777. Windows color (decimal): -15288033 or 2078998. OLE color: 2078998.
HSL color Cylindrical-coordinate representation of color #16B91F: hue angle of 123.31º 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 #16B91F is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 185 | 31 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.27 |
| HSL | 123.31º | 0.79% | 0.41% | - |
| HSV(B) | 123.31º | 0.88% | 0.73% | - |
| XYZ | 17.93 | 34.97 | 7.1 | - |
| YUV | 118.71 | 78.5 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 185 | 31 | 0.88 | 0 | 0.83 | 0.27 | 123.31 | 0.79 | 0.41 |
| Hex | 16 | B9 | 1F | 58 | 0 | 53 | 1B | 7B | 4F | 29 |
| Octal | 26 | 271 | 37 | 130 | 0 | 123 | 33 | 173 | 117 | 51 |
| Binary | 10110 | 10111001 | 11111 | 1011000 | 0 | 1010011 | 11011 | 1111011 | 1001111 | 101001 |
Color Harmonies of #16B91F
Complementary color
Monochromatic Colors of #16B91F
Black with #16B91F
Text Example
Text Example
White with #16B91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B91F; }
p { color: rgb(22,185,31); }
H1.HeaderClassName
{
color: #16B91F;
}
.AnyTagClassName
{
color: #16B91F;
}
</style>
background-color css
<style>
a { background-color: #16B91F; }
a { background-color: rgb(22,185,31); }
div.DivClassName
{
background-color: #16B91F;
}
.BgClassName
{
background-color: #16B91F;
}
</style>
border-color css
<style>
span { border-color: #16B91F; }
span { border-color: rgb(22,185,31); }
td.TdClassName
{
border-color: #16B91F;
}
.TagClassName
{
border-color: #16B91F;
}
</style>