Shades of Lime Green #13C412
Tints of Lime Green #13C412
RGB
CMYK
RGB Variations
Color information
#13C412 (or 0x13C412) is known color: Lime Green. HEX triplet: 13, C4 and 12. RGB value is (19,196,18). Sum of RGB (Red+Green+Blue) = 19+196+18=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 196 (76.95% from 255 or 84.12% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 196 - color contains mainly: green. Hex color #13C412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C412 is #EC3BED. Grayscale: #7B7B7B. Windows color (decimal): -15481838 or 1229843. OLE color: 1229843.
HSL color Cylindrical-coordinate representation of color #13C412: hue angle of 119.66º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C412 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 18 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.23 |
| HSL | 119.66º | 0.83% | 0.42% | - |
| HSV(B) | 119.66º | 0.91% | 0.77% | - |
| XYZ | 20.12 | 39.66 | 7.17 | - |
| YUV | 122.79 | 68.86 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 18 | 0.90 | 0 | 0.91 | 0.23 | 119.66 | 0.83 | 0.42 |
| Hex | 13 | C4 | 12 | 5A | 0 | 5B | 17 | 78 | 53 | 2A |
| Octal | 23 | 304 | 22 | 132 | 0 | 133 | 27 | 170 | 123 | 52 |
| Binary | 10011 | 11000100 | 10010 | 1011010 | 0 | 1011011 | 10111 | 1111000 | 1010011 | 101010 |
Color Harmonies of #13C412
Complementary color
Monochromatic Colors of #13C412
Black with #13C412
Text Example
Text Example
White with #13C412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C412; }
p { color: rgb(19,196,18); }
H1.HeaderClassName
{
color: #13C412;
}
.AnyTagClassName
{
color: #13C412;
}
</style>
background-color css
<style>
a { background-color: #13C412; }
a { background-color: rgb(19,196,18); }
div.DivClassName
{
background-color: #13C412;
}
.BgClassName
{
background-color: #13C412;
}
</style>
border-color css
<style>
span { border-color: #13C412; }
span { border-color: rgb(19,196,18); }
td.TdClassName
{
border-color: #13C412;
}
.TagClassName
{
border-color: #13C412;
}
</style>