Shades of Lime Green #13CA13
Tints of Lime Green #13CA13
RGB
CMYK
RGB Variations
Color information
#13CA13 (or 0x13CA13) is known color: Lime Green. HEX triplet: 13, CA and 13. RGB value is (19,202,19). Sum of RGB (Red+Green+Blue) = 19+202+19=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 202 (79.30% from 255 or 84.17% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CA13 is #EC35EC. Grayscale: #7E7E7E. Windows color (decimal): -15480301 or 1296915. OLE color: 1296915.
HSL color Cylindrical-coordinate representation of color #13CA13: hue angle of 120º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA13 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 19 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.21 |
| HSL | 120º | 0.83% | 0.43% | - |
| HSV(B) | 120º | 0.91% | 0.79% | - |
| XYZ | 21.51 | 42.43 | 7.67 | - |
| YUV | 126.42 | 67.37 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 19 | 0.91 | 0 | 0.91 | 0.21 | 120 | 0.83 | 0.43 |
| Hex | 13 | CA | 13 | 5B | 0 | 5B | 15 | 78 | 53 | 2B |
| Octal | 23 | 312 | 23 | 133 | 0 | 133 | 25 | 170 | 123 | 53 |
| Binary | 10011 | 11001010 | 10011 | 1011011 | 0 | 1011011 | 10101 | 1111000 | 1010011 | 101011 |
Color Harmonies of #13CA13
Complementary color
Monochromatic Colors of #13CA13
Black with #13CA13
Text Example
Text Example
White with #13CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA13; }
p { color: rgb(19,202,19); }
H1.HeaderClassName
{
color: #13CA13;
}
.AnyTagClassName
{
color: #13CA13;
}
</style>
background-color css
<style>
a { background-color: #13CA13; }
a { background-color: rgb(19,202,19); }
div.DivClassName
{
background-color: #13CA13;
}
.BgClassName
{
background-color: #13CA13;
}
</style>
border-color css
<style>
span { border-color: #13CA13; }
span { border-color: rgb(19,202,19); }
td.TdClassName
{
border-color: #13CA13;
}
.TagClassName
{
border-color: #13CA13;
}
</style>