Shades of Lime Green #16C020
Tints of Lime Green #16C020
RGB
CMYK
RGB Variations
Color information
#16C020 (or 0x16C020) is known color: Lime Green. HEX triplet: 16, C0 and 20. RGB value is (22,192,32). Sum of RGB (Red+Green+Blue) = 22+192+32=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 192 (75.39% from 255 or 78.05% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 192 - color contains mainly: green. Hex color #16C020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C020 is #E93FDF. Grayscale: #7B7B7B. Windows color (decimal): -15286240 or 2146326. OLE color: 2146326.
HSL color Cylindrical-coordinate representation of color #16C020: hue angle of 123.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C020 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 32 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.25 |
| HSL | 123.53º | 0.79% | 0.42% | - |
| HSV(B) | 123.53º | 0.89% | 0.75% | - |
| XYZ | 19.44 | 37.97 | 7.67 | - |
| YUV | 122.93 | 76.68 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 32 | 0.89 | 0 | 0.83 | 0.25 | 123.53 | 0.79 | 0.42 |
| Hex | 16 | C0 | 20 | 59 | 0 | 53 | 19 | 7C | 4F | 2A |
| Octal | 26 | 300 | 40 | 131 | 0 | 123 | 31 | 174 | 117 | 52 |
| Binary | 10110 | 11000000 | 100000 | 1011001 | 0 | 1010011 | 11001 | 1111100 | 1001111 | 101010 |
Color Harmonies of #16C020
Complementary color
Monochromatic Colors of #16C020
Black with #16C020
Text Example
Text Example
White with #16C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C020; }
p { color: rgb(22,192,32); }
H1.HeaderClassName
{
color: #16C020;
}
.AnyTagClassName
{
color: #16C020;
}
</style>
background-color css
<style>
a { background-color: #16C020; }
a { background-color: rgb(22,192,32); }
div.DivClassName
{
background-color: #16C020;
}
.BgClassName
{
background-color: #16C020;
}
</style>
border-color css
<style>
span { border-color: #16C020; }
span { border-color: rgb(22,192,32); }
td.TdClassName
{
border-color: #16C020;
}
.TagClassName
{
border-color: #16C020;
}
</style>