Shades of Lime Green #16D22F
Tints of Lime Green #16D22F
RGB
CMYK
RGB Variations
Color information
#16D22F (or 0x16D22F) is known color: Lime Green. HEX triplet: 16, D2 and 2F. RGB value is (22,210,47). Sum of RGB (Red+Green+Blue) = 22+210+47=279 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.89% from 279); Green value is 210 (82.42% from 255 or 75.27% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 210 - color contains mainly: green. Hex color #16D22F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D22F is #E92DD0. Grayscale: #878787. Windows color (decimal): -15281617 or 3133974. OLE color: 3133974.
HSL color Cylindrical-coordinate representation of color #16D22F: hue angle of 127.98º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D22F is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 210 | 47 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.18 |
| HSL | 127.98º | 0.81% | 0.45% | - |
| HSV(B) | 127.98º | 0.9% | 0.82% | - |
| XYZ | 23.89 | 46.47 | 10.4 | - |
| YUV | 135.21 | 78.22 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 210 | 47 | 0.90 | 0 | 0.78 | 0.18 | 127.98 | 0.81 | 0.45 |
| Hex | 16 | D2 | 2F | 5A | 0 | 4E | 12 | 80 | 51 | 2D |
| Octal | 26 | 322 | 57 | 132 | 0 | 116 | 22 | 200 | 121 | 55 |
| Binary | 10110 | 11010010 | 101111 | 1011010 | 0 | 1001110 | 10010 | 10000000 | 1010001 | 101101 |
Color Harmonies of #16D22F
Complementary color
Monochromatic Colors of #16D22F
Black with #16D22F
Text Example
Text Example
White with #16D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D22F; }
p { color: rgb(22,210,47); }
H1.HeaderClassName
{
color: #16D22F;
}
.AnyTagClassName
{
color: #16D22F;
}
</style>
background-color css
<style>
a { background-color: #16D22F; }
a { background-color: rgb(22,210,47); }
div.DivClassName
{
background-color: #16D22F;
}
.BgClassName
{
background-color: #16D22F;
}
</style>
border-color css
<style>
span { border-color: #16D22F; }
span { border-color: rgb(22,210,47); }
td.TdClassName
{
border-color: #16D22F;
}
.TagClassName
{
border-color: #16D22F;
}
</style>