Shades of Lime Green #13C418
Tints of Lime Green #13C418
RGB
CMYK
RGB Variations
Color information
#13C418 (or 0x13C418) is known color: Lime Green. HEX triplet: 13, C4 and 18. RGB value is (19,196,24). Sum of RGB (Red+Green+Blue) = 19+196+24=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 196 (76.95% from 255 or 82.01% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 196 - color contains mainly: green. Hex color #13C418 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C418 is #EC3BE7. Grayscale: #7B7B7B. Windows color (decimal): -15481832 or 1623059. OLE color: 1623059.
HSL color Cylindrical-coordinate representation of color #13C418: hue angle of 121.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C418 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 24 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.23 |
| HSL | 121.69º | 0.82% | 0.42% | - |
| HSV(B) | 121.69º | 0.9% | 0.77% | - |
| XYZ | 20.17 | 39.68 | 7.46 | - |
| YUV | 123.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 24 | 0.90 | 0 | 0.88 | 0.23 | 121.69 | 0.82 | 0.42 |
| Hex | 13 | C4 | 18 | 5A | 0 | 58 | 17 | 7A | 52 | 2A |
| Octal | 23 | 304 | 30 | 132 | 0 | 130 | 27 | 172 | 122 | 52 |
| Binary | 10011 | 11000100 | 11000 | 1011010 | 0 | 1011000 | 10111 | 1111010 | 1010010 | 101010 |
Color Harmonies of #13C418
Complementary color
Monochromatic Colors of #13C418
Black with #13C418
Text Example
Text Example
White with #13C418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C418; }
p { color: rgb(19,196,24); }
H1.HeaderClassName
{
color: #13C418;
}
.AnyTagClassName
{
color: #13C418;
}
</style>
background-color css
<style>
a { background-color: #13C418; }
a { background-color: rgb(19,196,24); }
div.DivClassName
{
background-color: #13C418;
}
.BgClassName
{
background-color: #13C418;
}
</style>
border-color css
<style>
span { border-color: #13C418; }
span { border-color: rgb(19,196,24); }
td.TdClassName
{
border-color: #13C418;
}
.TagClassName
{
border-color: #13C418;
}
</style>