Shades of Lime Green #16C822
Tints of Lime Green #16C822
RGB
CMYK
RGB Variations
Color information
#16C822 (or 0x16C822) is known color: Lime Green. HEX triplet: 16, C8 and 22. RGB value is (22,200,34). Sum of RGB (Red+Green+Blue) = 22+200+34=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 200 (78.52% from 255 or 78.12% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 200 - color contains mainly: green. Hex color #16C822 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C822 is #E937DD. Grayscale: #808080. Windows color (decimal): -15284190 or 2279446. OLE color: 2279446.
HSL color Cylindrical-coordinate representation of color #16C822: hue angle of 124.04º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C822 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 34 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.22 |
| HSL | 124.04º | 0.8% | 0.44% | - |
| HSV(B) | 124.04º | 0.89% | 0.78% | - |
| XYZ | 21.27 | 41.59 | 8.42 | - |
| YUV | 127.85 | 75.03 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 34 | 0.89 | 0 | 0.83 | 0.22 | 124.04 | 0.8 | 0.44 |
| Hex | 16 | C8 | 22 | 59 | 0 | 53 | 16 | 7C | 50 | 2C |
| Octal | 26 | 310 | 42 | 131 | 0 | 123 | 26 | 174 | 120 | 54 |
| Binary | 10110 | 11001000 | 100010 | 1011001 | 0 | 1010011 | 10110 | 1111100 | 1010000 | 101100 |
Color Harmonies of #16C822
Complementary color
Monochromatic Colors of #16C822
Black with #16C822
Text Example
Text Example
White with #16C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C822; }
p { color: rgb(22,200,34); }
H1.HeaderClassName
{
color: #16C822;
}
.AnyTagClassName
{
color: #16C822;
}
</style>
background-color css
<style>
a { background-color: #16C822; }
a { background-color: rgb(22,200,34); }
div.DivClassName
{
background-color: #16C822;
}
.BgClassName
{
background-color: #16C822;
}
</style>
border-color css
<style>
span { border-color: #16C822; }
span { border-color: rgb(22,200,34); }
td.TdClassName
{
border-color: #16C822;
}
.TagClassName
{
border-color: #16C822;
}
</style>