Shades of Lime Green #13C515
Tints of Lime Green #13C515
RGB
CMYK
RGB Variations
Color information
#13C515 (or 0x13C515) is known color: Lime Green. HEX triplet: 13, C5 and 15. RGB value is (19,197,21). Sum of RGB (Red+Green+Blue) = 19+197+21=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 197 (77.34% from 255 or 83.12% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 197 - color contains mainly: green. Hex color #13C515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C515 is #EC3AEA. Grayscale: #7C7C7C. Windows color (decimal): -15481579 or 1426707. OLE color: 1426707.
HSL color Cylindrical-coordinate representation of color #13C515: hue angle of 120.67º 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 #13C515 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 21 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.23 |
| HSL | 120.67º | 0.82% | 0.42% | - |
| HSV(B) | 120.67º | 0.9% | 0.77% | - |
| XYZ | 20.37 | 40.13 | 7.38 | - |
| YUV | 123.71 | 70.03 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 21 | 0.90 | 0 | 0.89 | 0.23 | 120.67 | 0.82 | 0.42 |
| Hex | 13 | C5 | 15 | 5A | 0 | 59 | 17 | 79 | 52 | 2A |
| Octal | 23 | 305 | 25 | 132 | 0 | 131 | 27 | 171 | 122 | 52 |
| Binary | 10011 | 11000101 | 10101 | 1011010 | 0 | 1011001 | 10111 | 1111001 | 1010010 | 101010 |
Color Harmonies of #13C515
Complementary color
Monochromatic Colors of #13C515
Black with #13C515
Text Example
Text Example
White with #13C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C515; }
p { color: rgb(19,197,21); }
H1.HeaderClassName
{
color: #13C515;
}
.AnyTagClassName
{
color: #13C515;
}
</style>
background-color css
<style>
a { background-color: #13C515; }
a { background-color: rgb(19,197,21); }
div.DivClassName
{
background-color: #13C515;
}
.BgClassName
{
background-color: #13C515;
}
</style>
border-color css
<style>
span { border-color: #13C515; }
span { border-color: rgb(19,197,21); }
td.TdClassName
{
border-color: #13C515;
}
.TagClassName
{
border-color: #13C515;
}
</style>