Shades of Lime Green #16DB28
Tints of Lime Green #16DB28
RGB
CMYK
RGB Variations
Color information
#16DB28 (or 0x16DB28) is known color: Lime Green. HEX triplet: 16, DB and 28. RGB value is (22,219,40). Sum of RGB (Red+Green+Blue) = 22+219+40=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 219 (85.94% from 255 or 77.94% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 219 - color contains mainly: green. Hex color #16DB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DB28 is #E924D7. Grayscale: #8C8C8C. Windows color (decimal): -15279320 or 2677526. OLE color: 2677526.
HSL color Cylindrical-coordinate representation of color #16DB28: hue angle of 125.48º 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 #16DB28 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 219 | 40 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.14 |
| HSL | 125.48º | 0.82% | 0.47% | - |
| HSV(B) | 125.48º | 0.9% | 0.86% | - |
| XYZ | 26.05 | 50.99 | 10.48 | - |
| YUV | 139.69 | 71.73 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 219 | 40 | 0.90 | 0 | 0.82 | 0.14 | 125.48 | 0.82 | 0.47 |
| Hex | 16 | DB | 28 | 5A | 0 | 52 | E | 7D | 52 | 2F |
| Octal | 26 | 333 | 50 | 132 | 0 | 122 | 16 | 175 | 122 | 57 |
| Binary | 10110 | 11011011 | 101000 | 1011010 | 0 | 1010010 | 1110 | 1111101 | 1010010 | 101111 |
Color Harmonies of #16DB28
Complementary color
Monochromatic Colors of #16DB28
Black with #16DB28
Text Example
Text Example
White with #16DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DB28; }
p { color: rgb(22,219,40); }
H1.HeaderClassName
{
color: #16DB28;
}
.AnyTagClassName
{
color: #16DB28;
}
</style>
background-color css
<style>
a { background-color: #16DB28; }
a { background-color: rgb(22,219,40); }
div.DivClassName
{
background-color: #16DB28;
}
.BgClassName
{
background-color: #16DB28;
}
</style>
border-color css
<style>
span { border-color: #16DB28; }
span { border-color: rgb(22,219,40); }
td.TdClassName
{
border-color: #16DB28;
}
.TagClassName
{
border-color: #16DB28;
}
</style>