Shades of Lime Green #16BA19
Tints of Lime Green #16BA19
RGB
CMYK
RGB Variations
Color information
#16BA19 (or 0x16BA19) is known color: Lime Green. HEX triplet: 16, BA and 19. RGB value is (22,186,25). Sum of RGB (Red+Green+Blue) = 22+186+25=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BA19 is #E945E6. Grayscale: #777777. Windows color (decimal): -15287783 or 1686038. OLE color: 1686038.
HSL color Cylindrical-coordinate representation of color #16BA19: hue angle of 121.1º 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 #16BA19 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 25 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.27 |
| HSL | 121.1º | 0.79% | 0.41% | - |
| HSV(B) | 121.1º | 0.88% | 0.73% | - |
| XYZ | 18.07 | 35.36 | 6.79 | - |
| YUV | 118.61 | 75.17 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 25 | 0.88 | 0 | 0.87 | 0.27 | 121.1 | 0.79 | 0.41 |
| Hex | 16 | BA | 19 | 58 | 0 | 57 | 1B | 79 | 4F | 29 |
| Octal | 26 | 272 | 31 | 130 | 0 | 127 | 33 | 171 | 117 | 51 |
| Binary | 10110 | 10111010 | 11001 | 1011000 | 0 | 1010111 | 11011 | 1111001 | 1001111 | 101001 |
Color Harmonies of #16BA19
Complementary color
Monochromatic Colors of #16BA19
Black with #16BA19
Text Example
Text Example
White with #16BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA19; }
p { color: rgb(22,186,25); }
H1.HeaderClassName
{
color: #16BA19;
}
.AnyTagClassName
{
color: #16BA19;
}
</style>
background-color css
<style>
a { background-color: #16BA19; }
a { background-color: rgb(22,186,25); }
div.DivClassName
{
background-color: #16BA19;
}
.BgClassName
{
background-color: #16BA19;
}
</style>
border-color css
<style>
span { border-color: #16BA19; }
span { border-color: rgb(22,186,25); }
td.TdClassName
{
border-color: #16BA19;
}
.TagClassName
{
border-color: #16BA19;
}
</style>