Shades of Lime Green #16DC2F
Tints of Lime Green #16DC2F
RGB
CMYK
RGB Variations
Color information
#16DC2F (or 0x16DC2F) is known color: Lime Green. HEX triplet: 16, DC and 2F. RGB value is (22,220,47). Sum of RGB (Red+Green+Blue) = 22+220+47=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC2F is #E923D0. Grayscale: #8D8D8D. Windows color (decimal): -15279057 or 3136534. OLE color: 3136534.
HSL color Cylindrical-coordinate representation of color #16DC2F: hue angle of 127.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC2F is Cyan = 0.9, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 47 | - |
| CMYK | 0.9 | 0 | 0.79 | 0.14 |
| HSL | 127.58º | 0.82% | 0.47% | - |
| HSV(B) | 127.58º | 0.9% | 0.86% | - |
| XYZ | 26.44 | 51.56 | 11.25 | - |
| YUV | 141.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 47 | 0.9 | 0 | 0.79 | 0.14 | 127.58 | 0.82 | 0.47 |
| Hex | 16 | DC | 2F | 5A | 0 | 4F | E | 80 | 52 | 2F |
| Octal | 26 | 334 | 57 | 132 | 0 | 117 | 16 | 200 | 122 | 57 |
| Binary | 10110 | 11011100 | 101111 | 1011010 | 0 | 1001111 | 1110 | 10000000 | 1010010 | 101111 |
Color Harmonies of #16DC2F
Complementary color
Monochromatic Colors of #16DC2F
Black with #16DC2F
Text Example
Text Example
White with #16DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC2F; }
p { color: rgb(22,220,47); }
H1.HeaderClassName
{
color: #16DC2F;
}
.AnyTagClassName
{
color: #16DC2F;
}
</style>
background-color css
<style>
a { background-color: #16DC2F; }
a { background-color: rgb(22,220,47); }
div.DivClassName
{
background-color: #16DC2F;
}
.BgClassName
{
background-color: #16DC2F;
}
</style>
border-color css
<style>
span { border-color: #16DC2F; }
span { border-color: rgb(22,220,47); }
td.TdClassName
{
border-color: #16DC2F;
}
.TagClassName
{
border-color: #16DC2F;
}
</style>