Shades of Lime Green #16D013
Tints of Lime Green #16D013
RGB
CMYK
RGB Variations
Color information
#16D013 (or 0x16D013) is known color: Lime Green. HEX triplet: 16, D0 and 13. RGB value is (22,208,19). Sum of RGB (Red+Green+Blue) = 22+208+19=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 208 (81.64% from 255 or 83.53% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 208 - color contains mainly: green. Hex color #16D013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D013 is #E92FEC. Grayscale: #838383. Windows color (decimal): -15282157 or 1298454. OLE color: 1298454.
HSL color Cylindrical-coordinate representation of color #16D013: hue angle of 119.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D013 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 19 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.18 |
| HSL | 119.05º | 0.83% | 0.45% | - |
| HSV(B) | 119.05º | 0.91% | 0.82% | - |
| XYZ | 23 | 45.33 | 8.15 | - |
| YUV | 130.84 | 64.88 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 19 | 0.89 | 0 | 0.91 | 0.18 | 119.05 | 0.83 | 0.45 |
| Hex | 16 | D0 | 13 | 59 | 0 | 5B | 12 | 77 | 53 | 2D |
| Octal | 26 | 320 | 23 | 131 | 0 | 133 | 22 | 167 | 123 | 55 |
| Binary | 10110 | 11010000 | 10011 | 1011001 | 0 | 1011011 | 10010 | 1110111 | 1010011 | 101101 |
Color Harmonies of #16D013
Complementary color
Monochromatic Colors of #16D013
Black with #16D013
Text Example
Text Example
White with #16D013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D013; }
p { color: rgb(22,208,19); }
H1.HeaderClassName
{
color: #16D013;
}
.AnyTagClassName
{
color: #16D013;
}
</style>
background-color css
<style>
a { background-color: #16D013; }
a { background-color: rgb(22,208,19); }
div.DivClassName
{
background-color: #16D013;
}
.BgClassName
{
background-color: #16D013;
}
</style>
border-color css
<style>
span { border-color: #16D013; }
span { border-color: rgb(22,208,19); }
td.TdClassName
{
border-color: #16D013;
}
.TagClassName
{
border-color: #16D013;
}
</style>