Shades of Lime Green #16BA22
Tints of Lime Green #16BA22
RGB
CMYK
RGB Variations
Color information
#16BA22 (or 0x16BA22) is known color: Lime Green. HEX triplet: 16, BA and 22. RGB value is (22,186,34). Sum of RGB (Red+Green+Blue) = 22+186+34=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA22 is #E945DD. Grayscale: #787878. Windows color (decimal): -15287774 or 2275862. OLE color: 2275862.
HSL color Cylindrical-coordinate representation of color #16BA22: hue angle of 124.39º 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 #16BA22 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 34 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.27 |
| HSL | 124.39º | 0.79% | 0.41% | - |
| HSV(B) | 124.39º | 0.88% | 0.73% | - |
| XYZ | 18.18 | 35.4 | 7.39 | - |
| YUV | 119.64 | 79.67 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 34 | 0.88 | 0 | 0.82 | 0.27 | 124.39 | 0.79 | 0.41 |
| Hex | 16 | BA | 22 | 58 | 0 | 52 | 1B | 7C | 4F | 29 |
| Octal | 26 | 272 | 42 | 130 | 0 | 122 | 33 | 174 | 117 | 51 |
| Binary | 10110 | 10111010 | 100010 | 1011000 | 0 | 1010010 | 11011 | 1111100 | 1001111 | 101001 |
Color Harmonies of #16BA22
Complementary color
Monochromatic Colors of #16BA22
Black with #16BA22
Text Example
Text Example
White with #16BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA22; }
p { color: rgb(22,186,34); }
H1.HeaderClassName
{
color: #16BA22;
}
.AnyTagClassName
{
color: #16BA22;
}
</style>
background-color css
<style>
a { background-color: #16BA22; }
a { background-color: rgb(22,186,34); }
div.DivClassName
{
background-color: #16BA22;
}
.BgClassName
{
background-color: #16BA22;
}
</style>
border-color css
<style>
span { border-color: #16BA22; }
span { border-color: rgb(22,186,34); }
td.TdClassName
{
border-color: #16BA22;
}
.TagClassName
{
border-color: #16BA22;
}
</style>