Shades of Lime Green #13C018
Tints of Lime Green #13C018
RGB
CMYK
RGB Variations
Color information
#13C018 (or 0x13C018) is known color: Lime Green. HEX triplet: 13, C0 and 18. RGB value is (19,192,24). Sum of RGB (Red+Green+Blue) = 19+192+24=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #13C018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C018 is #EC3FE7. Grayscale: #797979. Windows color (decimal): -15482856 or 1622035. OLE color: 1622035.
HSL color Cylindrical-coordinate representation of color #13C018: hue angle of 121.73º 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 #13C018 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 24 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.25 |
| HSL | 121.73º | 0.82% | 0.41% | - |
| HSV(B) | 121.73º | 0.9% | 0.75% | - |
| XYZ | 19.28 | 37.9 | 7.16 | - |
| YUV | 121.12 | 73.19 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 24 | 0.90 | 0 | 0.88 | 0.25 | 121.73 | 0.82 | 0.41 |
| Hex | 13 | C0 | 18 | 5A | 0 | 58 | 19 | 7A | 52 | 29 |
| Octal | 23 | 300 | 30 | 132 | 0 | 130 | 31 | 172 | 122 | 51 |
| Binary | 10011 | 11000000 | 11000 | 1011010 | 0 | 1011000 | 11001 | 1111010 | 1010010 | 101001 |
Color Harmonies of #13C018
Complementary color
Monochromatic Colors of #13C018
Black with #13C018
Text Example
Text Example
White with #13C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C018; }
p { color: rgb(19,192,24); }
H1.HeaderClassName
{
color: #13C018;
}
.AnyTagClassName
{
color: #13C018;
}
</style>
background-color css
<style>
a { background-color: #13C018; }
a { background-color: rgb(19,192,24); }
div.DivClassName
{
background-color: #13C018;
}
.BgClassName
{
background-color: #13C018;
}
</style>
border-color css
<style>
span { border-color: #13C018; }
span { border-color: rgb(19,192,24); }
td.TdClassName
{
border-color: #13C018;
}
.TagClassName
{
border-color: #13C018;
}
</style>