Shades of Lime Green #13C415
Tints of Lime Green #13C415
RGB
CMYK
RGB Variations
Color information
#13C415 (or 0x13C415) is known color: Lime Green. HEX triplet: 13, C4 and 15. RGB value is (19,196,21). Sum of RGB (Red+Green+Blue) = 19+196+21=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 196 (76.95% from 255 or 83.05% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 196 - color contains mainly: green. Hex color #13C415 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C415 is #EC3BEA. Grayscale: #7B7B7B. Windows color (decimal): -15481835 or 1426451. OLE color: 1426451.
HSL color Cylindrical-coordinate representation of color #13C415: hue angle of 120.68º 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 #13C415 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 21 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.23 |
| HSL | 120.68º | 0.82% | 0.42% | - |
| HSV(B) | 120.68º | 0.9% | 0.77% | - |
| XYZ | 20.14 | 39.67 | 7.31 | - |
| YUV | 123.13 | 70.36 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 21 | 0.90 | 0 | 0.89 | 0.23 | 120.68 | 0.82 | 0.42 |
| Hex | 13 | C4 | 15 | 5A | 0 | 59 | 17 | 79 | 52 | 2A |
| Octal | 23 | 304 | 25 | 132 | 0 | 131 | 27 | 171 | 122 | 52 |
| Binary | 10011 | 11000100 | 10101 | 1011010 | 0 | 1011001 | 10111 | 1111001 | 1010010 | 101010 |
Color Harmonies of #13C415
Complementary color
Monochromatic Colors of #13C415
Black with #13C415
Text Example
Text Example
White with #13C415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C415; }
p { color: rgb(19,196,21); }
H1.HeaderClassName
{
color: #13C415;
}
.AnyTagClassName
{
color: #13C415;
}
</style>
background-color css
<style>
a { background-color: #13C415; }
a { background-color: rgb(19,196,21); }
div.DivClassName
{
background-color: #13C415;
}
.BgClassName
{
background-color: #13C415;
}
</style>
border-color css
<style>
span { border-color: #13C415; }
span { border-color: rgb(19,196,21); }
td.TdClassName
{
border-color: #13C415;
}
.TagClassName
{
border-color: #13C415;
}
</style>