Shades of Lime Green #13CA20
Tints of Lime Green #13CA20
RGB
CMYK
RGB Variations
Color information
#13CA20 (or 0x13CA20) is known color: Lime Green. HEX triplet: 13, CA and 20. RGB value is (19,202,32). Sum of RGB (Red+Green+Blue) = 19+202+32=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 202 (79.30% from 255 or 79.84% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA20 is #EC35DF. Grayscale: #808080. Windows color (decimal): -15480288 or 2148883. OLE color: 2148883.
HSL color Cylindrical-coordinate representation of color #13CA20: hue angle of 124.26º 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 #13CA20 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 32 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.21 |
| HSL | 124.26º | 0.83% | 0.43% | - |
| HSV(B) | 124.26º | 0.91% | 0.79% | - |
| XYZ | 21.65 | 42.48 | 8.43 | - |
| YUV | 127.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 32 | 0.91 | 0 | 0.84 | 0.21 | 124.26 | 0.83 | 0.43 |
| Hex | 13 | CA | 20 | 5B | 0 | 54 | 15 | 7C | 53 | 2B |
| Octal | 23 | 312 | 40 | 133 | 0 | 124 | 25 | 174 | 123 | 53 |
| Binary | 10011 | 11001010 | 100000 | 1011011 | 0 | 1010100 | 10101 | 1111100 | 1010011 | 101011 |
Color Harmonies of #13CA20
Complementary color
Monochromatic Colors of #13CA20
Black with #13CA20
Text Example
Text Example
White with #13CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA20; }
p { color: rgb(19,202,32); }
H1.HeaderClassName
{
color: #13CA20;
}
.AnyTagClassName
{
color: #13CA20;
}
</style>
background-color css
<style>
a { background-color: #13CA20; }
a { background-color: rgb(19,202,32); }
div.DivClassName
{
background-color: #13CA20;
}
.BgClassName
{
background-color: #13CA20;
}
</style>
border-color css
<style>
span { border-color: #13CA20; }
span { border-color: rgb(19,202,32); }
td.TdClassName
{
border-color: #13CA20;
}
.TagClassName
{
border-color: #13CA20;
}
</style>