Shades of Lime Green #13C015
Tints of Lime Green #13C015
RGB
CMYK
RGB Variations
Color information
#13C015 (or 0x13C015) is known color: Lime Green. HEX triplet: 13, C0 and 15. RGB value is (19,192,21). Sum of RGB (Red+Green+Blue) = 19+192+21=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #13C015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C015 is #EC3FEA. Grayscale: #797979. Windows color (decimal): -15482859 or 1425427. OLE color: 1425427.
HSL color Cylindrical-coordinate representation of color #13C015: hue angle of 120.69º 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 #13C015 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 21 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.25 |
| HSL | 120.69º | 0.82% | 0.41% | - |
| HSV(B) | 120.69º | 0.9% | 0.75% | - |
| XYZ | 19.25 | 37.89 | 7.01 | - |
| YUV | 120.78 | 71.69 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 21 | 0.90 | 0 | 0.89 | 0.25 | 120.69 | 0.82 | 0.41 |
| Hex | 13 | C0 | 15 | 5A | 0 | 59 | 19 | 79 | 52 | 29 |
| Octal | 23 | 300 | 25 | 132 | 0 | 131 | 31 | 171 | 122 | 51 |
| Binary | 10011 | 11000000 | 10101 | 1011010 | 0 | 1011001 | 11001 | 1111001 | 1010010 | 101001 |
Color Harmonies of #13C015
Complementary color
Monochromatic Colors of #13C015
Black with #13C015
Text Example
Text Example
White with #13C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C015; }
p { color: rgb(19,192,21); }
H1.HeaderClassName
{
color: #13C015;
}
.AnyTagClassName
{
color: #13C015;
}
</style>
background-color css
<style>
a { background-color: #13C015; }
a { background-color: rgb(19,192,21); }
div.DivClassName
{
background-color: #13C015;
}
.BgClassName
{
background-color: #13C015;
}
</style>
border-color css
<style>
span { border-color: #13C015; }
span { border-color: rgb(19,192,21); }
td.TdClassName
{
border-color: #13C015;
}
.TagClassName
{
border-color: #13C015;
}
</style>