Shades of Lime Green #16C920
Tints of Lime Green #16C920
RGB
CMYK
RGB Variations
Color information
#16C920 (or 0x16C920) is known color: Lime Green. HEX triplet: 16, C9 and 20. RGB value is (22,201,32). Sum of RGB (Red+Green+Blue) = 22+201+32=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 201 (78.91% from 255 or 78.82% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 201 - color contains mainly: green. Hex color #16C920 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C920 is #E936DF. Grayscale: #808080. Windows color (decimal): -15283936 or 2148630. OLE color: 2148630.
HSL color Cylindrical-coordinate representation of color #16C920: hue angle of 123.35º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C920 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 201 | 32 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.21 |
| HSL | 123.35º | 0.8% | 0.44% | - |
| HSV(B) | 123.35º | 0.89% | 0.79% | - |
| XYZ | 21.48 | 42.05 | 8.35 | - |
| YUV | 128.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 201 | 32 | 0.89 | 0 | 0.84 | 0.21 | 123.35 | 0.8 | 0.44 |
| Hex | 16 | C9 | 20 | 59 | 0 | 54 | 15 | 7B | 50 | 2C |
| Octal | 26 | 311 | 40 | 131 | 0 | 124 | 25 | 173 | 120 | 54 |
| Binary | 10110 | 11001001 | 100000 | 1011001 | 0 | 1010100 | 10101 | 1111011 | 1010000 | 101100 |
Color Harmonies of #16C920
Complementary color
Monochromatic Colors of #16C920
Black with #16C920
Text Example
Text Example
White with #16C920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C920; }
p { color: rgb(22,201,32); }
H1.HeaderClassName
{
color: #16C920;
}
.AnyTagClassName
{
color: #16C920;
}
</style>
background-color css
<style>
a { background-color: #16C920; }
a { background-color: rgb(22,201,32); }
div.DivClassName
{
background-color: #16C920;
}
.BgClassName
{
background-color: #16C920;
}
</style>
border-color css
<style>
span { border-color: #16C920; }
span { border-color: rgb(22,201,32); }
td.TdClassName
{
border-color: #16C920;
}
.TagClassName
{
border-color: #16C920;
}
</style>