Shades of Lime Green #13C016
Tints of Lime Green #13C016
RGB
CMYK
RGB Variations
Color information
#13C016 (or 0x13C016) is known color: Lime Green. HEX triplet: 13, C0 and 16. RGB value is (19,192,22). Sum of RGB (Red+Green+Blue) = 19+192+22=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #13C016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C016 is #EC3FE9. Grayscale: #797979. Windows color (decimal): -15482858 or 1490963. OLE color: 1490963.
HSL color Cylindrical-coordinate representation of color #13C016: hue angle of 121.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C016 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 22 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.25 |
| HSL | 121.04º | 0.82% | 0.41% | - |
| HSV(B) | 121.04º | 0.9% | 0.75% | - |
| XYZ | 19.26 | 37.9 | 7.06 | - |
| YUV | 120.89 | 72.19 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 22 | 0.90 | 0 | 0.89 | 0.25 | 121.04 | 0.82 | 0.41 |
| Hex | 13 | C0 | 16 | 5A | 0 | 59 | 19 | 79 | 52 | 29 |
| Octal | 23 | 300 | 26 | 132 | 0 | 131 | 31 | 171 | 122 | 51 |
| Binary | 10011 | 11000000 | 10110 | 1011010 | 0 | 1011001 | 11001 | 1111001 | 1010010 | 101001 |
Color Harmonies of #13C016
Complementary color
Monochromatic Colors of #13C016
Black with #13C016
Text Example
Text Example
White with #13C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C016; }
p { color: rgb(19,192,22); }
H1.HeaderClassName
{
color: #13C016;
}
.AnyTagClassName
{
color: #13C016;
}
</style>
background-color css
<style>
a { background-color: #13C016; }
a { background-color: rgb(19,192,22); }
div.DivClassName
{
background-color: #13C016;
}
.BgClassName
{
background-color: #13C016;
}
</style>
border-color css
<style>
span { border-color: #13C016; }
span { border-color: rgb(19,192,22); }
td.TdClassName
{
border-color: #13C016;
}
.TagClassName
{
border-color: #13C016;
}
</style>