Shades of Lime Green #16DB2D
Tints of Lime Green #16DB2D
RGB
CMYK
RGB Variations
Color information
#16DB2D (or 0x16DB2D) is known color: Lime Green. HEX triplet: 16, DB and 2D. RGB value is (22,219,45). Sum of RGB (Red+Green+Blue) = 22+219+45=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 219 (85.94% from 255 or 76.57% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DB2D is #E924D2. Grayscale: #8C8C8C. Windows color (decimal): -15279315 or 3005206. OLE color: 3005206.
HSL color Cylindrical-coordinate representation of color #16DB2D: hue angle of 127.01º 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 #16DB2D is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 45 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.14 |
| HSL | 127.01º | 0.82% | 0.47% | - |
| HSV(B) | 127.01º | 0.9% | 0.86% | - |
| XYZ | 26.14 | 51.02 | 10.95 | - |
| YUV | 140.26 | 74.23 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 45 | 0.90 | 0 | 0.79 | 0.14 | 127.01 | 0.82 | 0.47 |
| Hex | 16 | DB | 2D | 5A | 0 | 4F | E | 7F | 52 | 2F |
| Octal | 26 | 333 | 55 | 132 | 0 | 117 | 16 | 177 | 122 | 57 |
| Binary | 10110 | 11011011 | 101101 | 1011010 | 0 | 1001111 | 1110 | 1111111 | 1010010 | 101111 |
Color Harmonies of #16DB2D
Complementary color
Monochromatic Colors of #16DB2D
Black with #16DB2D
Text Example
Text Example
White with #16DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB2D; }
p { color: rgb(22,219,45); }
H1.HeaderClassName
{
color: #16DB2D;
}
.AnyTagClassName
{
color: #16DB2D;
}
</style>
background-color css
<style>
a { background-color: #16DB2D; }
a { background-color: rgb(22,219,45); }
div.DivClassName
{
background-color: #16DB2D;
}
.BgClassName
{
background-color: #16DB2D;
}
</style>
border-color css
<style>
span { border-color: #16DB2D; }
span { border-color: rgb(22,219,45); }
td.TdClassName
{
border-color: #16DB2D;
}
.TagClassName
{
border-color: #16DB2D;
}
</style>