Shades of Lime Green #16BA21
Tints of Lime Green #16BA21
RGB
CMYK
RGB Variations
Color information
#16BA21 (or 0x16BA21) is known color: Lime Green. HEX triplet: 16, BA and 21. RGB value is (22,186,33). Sum of RGB (Red+Green+Blue) = 22+186+33=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 186 (73.05% from 255 or 77.18% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16BA21 is #E945DE. Grayscale: #777777. Windows color (decimal): -15287775 or 2210326. OLE color: 2210326.
HSL color Cylindrical-coordinate representation of color #16BA21: hue angle of 124.02º 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 #16BA21 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 33 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.27 |
| HSL | 124.02º | 0.79% | 0.41% | - |
| HSV(B) | 124.02º | 0.88% | 0.73% | - |
| XYZ | 18.16 | 35.4 | 7.31 | - |
| YUV | 119.52 | 79.17 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 33 | 0.88 | 0 | 0.82 | 0.27 | 124.02 | 0.79 | 0.41 |
| Hex | 16 | BA | 21 | 58 | 0 | 52 | 1B | 7C | 4F | 29 |
| Octal | 26 | 272 | 41 | 130 | 0 | 122 | 33 | 174 | 117 | 51 |
| Binary | 10110 | 10111010 | 100001 | 1011000 | 0 | 1010010 | 11011 | 1111100 | 1001111 | 101001 |
Color Harmonies of #16BA21
Complementary color
Monochromatic Colors of #16BA21
Black with #16BA21
Text Example
Text Example
White with #16BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA21; }
p { color: rgb(22,186,33); }
H1.HeaderClassName
{
color: #16BA21;
}
.AnyTagClassName
{
color: #16BA21;
}
</style>
background-color css
<style>
a { background-color: #16BA21; }
a { background-color: rgb(22,186,33); }
div.DivClassName
{
background-color: #16BA21;
}
.BgClassName
{
background-color: #16BA21;
}
</style>
border-color css
<style>
span { border-color: #16BA21; }
span { border-color: rgb(22,186,33); }
td.TdClassName
{
border-color: #16BA21;
}
.TagClassName
{
border-color: #16BA21;
}
</style>