Shades of Lime Green #16DB31
Tints of Lime Green #16DB31
RGB
CMYK
RGB Variations
Color information
#16DB31 (or 0x16DB31) is known color: Lime Green. HEX triplet: 16, DB and 31. RGB value is (22,219,49). Sum of RGB (Red+Green+Blue) = 22+219+49=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 219 (85.94% from 255 or 75.52% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DB31 is #E924CE. Grayscale: #8D8D8D. Windows color (decimal): -15279311 or 3267350. OLE color: 3267350.
HSL color Cylindrical-coordinate representation of color #16DB31: hue angle of 128.22º 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 #16DB31 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 49 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.14 |
| HSL | 128.22º | 0.82% | 0.47% | - |
| HSV(B) | 128.22º | 0.9% | 0.86% | - |
| XYZ | 26.22 | 51.06 | 11.38 | - |
| YUV | 140.72 | 76.23 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 49 | 0.90 | 0 | 0.78 | 0.14 | 128.22 | 0.82 | 0.47 |
| Hex | 16 | DB | 31 | 5A | 0 | 4E | E | 80 | 52 | 2F |
| Octal | 26 | 333 | 61 | 132 | 0 | 116 | 16 | 200 | 122 | 57 |
| Binary | 10110 | 11011011 | 110001 | 1011010 | 0 | 1001110 | 1110 | 10000000 | 1010010 | 101111 |
Color Harmonies of #16DB31
Complementary color
Monochromatic Colors of #16DB31
Black with #16DB31
Text Example
Text Example
White with #16DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB31; }
p { color: rgb(22,219,49); }
H1.HeaderClassName
{
color: #16DB31;
}
.AnyTagClassName
{
color: #16DB31;
}
</style>
background-color css
<style>
a { background-color: #16DB31; }
a { background-color: rgb(22,219,49); }
div.DivClassName
{
background-color: #16DB31;
}
.BgClassName
{
background-color: #16DB31;
}
</style>
border-color css
<style>
span { border-color: #16DB31; }
span { border-color: rgb(22,219,49); }
td.TdClassName
{
border-color: #16DB31;
}
.TagClassName
{
border-color: #16DB31;
}
</style>