Shades of Lime Green #13C01A
Tints of Lime Green #13C01A
RGB
CMYK
RGB Variations
Color information
#13C01A (or 0x13C01A) is known color: Lime Green. HEX triplet: 13, C0 and 1A. RGB value is (19,192,26). Sum of RGB (Red+Green+Blue) = 19+192+26=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 192 (75.39% from 255 or 81.01% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 192 - color contains mainly: green. Hex color #13C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C01A is #EC3FE5. Grayscale: #797979. Windows color (decimal): -15482854 or 1753107. OLE color: 1753107.
HSL color Cylindrical-coordinate representation of color #13C01A: hue angle of 122.43º 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 #13C01A is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 26 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.25 |
| HSL | 122.43º | 0.82% | 0.41% | - |
| HSV(B) | 122.43º | 0.9% | 0.75% | - |
| XYZ | 19.3 | 37.91 | 7.28 | - |
| YUV | 121.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 26 | 0.90 | 0 | 0.86 | 0.25 | 122.43 | 0.82 | 0.41 |
| Hex | 13 | C0 | 1A | 5A | 0 | 56 | 19 | 7A | 52 | 29 |
| Octal | 23 | 300 | 32 | 132 | 0 | 126 | 31 | 172 | 122 | 51 |
| Binary | 10011 | 11000000 | 11010 | 1011010 | 0 | 1010110 | 11001 | 1111010 | 1010010 | 101001 |
Color Harmonies of #13C01A
Complementary color
Monochromatic Colors of #13C01A
Black with #13C01A
Text Example
Text Example
White with #13C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C01A; }
p { color: rgb(19,192,26); }
H1.HeaderClassName
{
color: #13C01A;
}
.AnyTagClassName
{
color: #13C01A;
}
</style>
background-color css
<style>
a { background-color: #13C01A; }
a { background-color: rgb(19,192,26); }
div.DivClassName
{
background-color: #13C01A;
}
.BgClassName
{
background-color: #13C01A;
}
</style>
border-color css
<style>
span { border-color: #13C01A; }
span { border-color: rgb(19,192,26); }
td.TdClassName
{
border-color: #13C01A;
}
.TagClassName
{
border-color: #13C01A;
}
</style>