Shades of Lime Green #13C11C
Tints of Lime Green #13C11C
RGB
CMYK
RGB Variations
Color information
#13C11C (or 0x13C11C) is known color: Lime Green. HEX triplet: 13, C1 and 1C. RGB value is (19,193,28). Sum of RGB (Red+Green+Blue) = 19+193+28=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #13C11C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C11C is #EC3EE3. Grayscale: #7A7A7A. Windows color (decimal): -15482596 or 1884435. OLE color: 1884435.
HSL color Cylindrical-coordinate representation of color #13C11C: hue angle of 123.1º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C11C is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 28 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.24 |
| HSL | 123.1º | 0.82% | 0.42% | - |
| HSV(B) | 123.1º | 0.9% | 0.76% | - |
| XYZ | 19.55 | 38.36 | 7.47 | - |
| YUV | 122.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 28 | 0.90 | 0 | 0.85 | 0.24 | 123.1 | 0.82 | 0.42 |
| Hex | 13 | C1 | 1C | 5A | 0 | 55 | 18 | 7B | 52 | 2A |
| Octal | 23 | 301 | 34 | 132 | 0 | 125 | 30 | 173 | 122 | 52 |
| Binary | 10011 | 11000001 | 11100 | 1011010 | 0 | 1010101 | 11000 | 1111011 | 1010010 | 101010 |
Color Harmonies of #13C11C
Complementary color
Monochromatic Colors of #13C11C
Black with #13C11C
Text Example
Text Example
White with #13C11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C11C; }
p { color: rgb(19,193,28); }
H1.HeaderClassName
{
color: #13C11C;
}
.AnyTagClassName
{
color: #13C11C;
}
</style>
background-color css
<style>
a { background-color: #13C11C; }
a { background-color: rgb(19,193,28); }
div.DivClassName
{
background-color: #13C11C;
}
.BgClassName
{
background-color: #13C11C;
}
</style>
border-color css
<style>
span { border-color: #13C11C; }
span { border-color: rgb(19,193,28); }
td.TdClassName
{
border-color: #13C11C;
}
.TagClassName
{
border-color: #13C11C;
}
</style>