Shades of Lime Green #16D022
Tints of Lime Green #16D022
RGB
CMYK
RGB Variations
Color information
#16D022 (or 0x16D022) is known color: Lime Green. HEX triplet: 16, D0 and 22. RGB value is (22,208,34). Sum of RGB (Red+Green+Blue) = 22+208+34=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #16D022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D022 is #E92FDD. Grayscale: #858585. Windows color (decimal): -15282142 or 2281494. OLE color: 2281494.
HSL color Cylindrical-coordinate representation of color #16D022: hue angle of 123.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D022 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 34 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.18 |
| HSL | 123.87º | 0.81% | 0.45% | - |
| HSV(B) | 123.87º | 0.89% | 0.82% | - |
| XYZ | 23.18 | 45.4 | 9.05 | - |
| YUV | 132.55 | 72.38 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 34 | 0.89 | 0 | 0.84 | 0.18 | 123.87 | 0.81 | 0.45 |
| Hex | 16 | D0 | 22 | 59 | 0 | 54 | 12 | 7C | 51 | 2D |
| Octal | 26 | 320 | 42 | 131 | 0 | 124 | 22 | 174 | 121 | 55 |
| Binary | 10110 | 11010000 | 100010 | 1011001 | 0 | 1010100 | 10010 | 1111100 | 1010001 | 101101 |
Color Harmonies of #16D022
Complementary color
Monochromatic Colors of #16D022
Black with #16D022
Text Example
Text Example
White with #16D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D022; }
p { color: rgb(22,208,34); }
H1.HeaderClassName
{
color: #16D022;
}
.AnyTagClassName
{
color: #16D022;
}
</style>
background-color css
<style>
a { background-color: #16D022; }
a { background-color: rgb(22,208,34); }
div.DivClassName
{
background-color: #16D022;
}
.BgClassName
{
background-color: #16D022;
}
</style>
border-color css
<style>
span { border-color: #16D022; }
span { border-color: rgb(22,208,34); }
td.TdClassName
{
border-color: #16D022;
}
.TagClassName
{
border-color: #16D022;
}
</style>