Shades of Lime Green #13C01D
Tints of Lime Green #13C01D
RGB
CMYK
RGB Variations
Color information
#13C01D (or 0x13C01D) is known color: Lime Green. HEX triplet: 13, C0 and 1D. RGB value is (19,192,29). Sum of RGB (Red+Green+Blue) = 19+192+29=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #13C01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C01D is #EC3FE2. Grayscale: #7A7A7A. Windows color (decimal): -15482851 or 1949715. OLE color: 1949715.
HSL color Cylindrical-coordinate representation of color #13C01D: hue angle of 123.47º 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 #13C01D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 29 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.25 |
| HSL | 123.47º | 0.82% | 0.41% | - |
| HSV(B) | 123.47º | 0.9% | 0.75% | - |
| XYZ | 19.34 | 37.93 | 7.46 | - |
| YUV | 121.69 | 75.69 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 29 | 0.90 | 0 | 0.85 | 0.25 | 123.47 | 0.82 | 0.41 |
| Hex | 13 | C0 | 1D | 5A | 0 | 55 | 19 | 7B | 52 | 29 |
| Octal | 23 | 300 | 35 | 132 | 0 | 125 | 31 | 173 | 122 | 51 |
| Binary | 10011 | 11000000 | 11101 | 1011010 | 0 | 1010101 | 11001 | 1111011 | 1010010 | 101001 |
Color Harmonies of #13C01D
Complementary color
Monochromatic Colors of #13C01D
Black with #13C01D
Text Example
Text Example
White with #13C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C01D; }
p { color: rgb(19,192,29); }
H1.HeaderClassName
{
color: #13C01D;
}
.AnyTagClassName
{
color: #13C01D;
}
</style>
background-color css
<style>
a { background-color: #13C01D; }
a { background-color: rgb(19,192,29); }
div.DivClassName
{
background-color: #13C01D;
}
.BgClassName
{
background-color: #13C01D;
}
</style>
border-color css
<style>
span { border-color: #13C01D; }
span { border-color: rgb(19,192,29); }
td.TdClassName
{
border-color: #13C01D;
}
.TagClassName
{
border-color: #13C01D;
}
</style>