Shades of Lime Green #13C71D
Tints of Lime Green #13C71D
RGB
CMYK
RGB Variations
Color information
#13C71D (or 0x13C71D) is known color: Lime Green. HEX triplet: 13, C7 and 1D. RGB value is (19,199,29). Sum of RGB (Red+Green+Blue) = 19+199+29=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 199 (78.12% from 255 or 80.57% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 199 - color contains mainly: green. Hex color #13C71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C71D is #EC38E2. Grayscale: #7E7E7E. Windows color (decimal): -15481059 or 1951507. OLE color: 1951507.
HSL color Cylindrical-coordinate representation of color #13C71D: hue angle of 123.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C71D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 199 | 29 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.22 |
| HSL | 123.33º | 0.83% | 0.43% | - |
| HSV(B) | 123.33º | 0.9% | 0.78% | - |
| XYZ | 20.91 | 41.07 | 7.99 | - |
| YUV | 125.8 | 73.37 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 199 | 29 | 0.90 | 0 | 0.85 | 0.22 | 123.33 | 0.83 | 0.43 |
| Hex | 13 | C7 | 1D | 5A | 0 | 55 | 16 | 7B | 53 | 2B |
| Octal | 23 | 307 | 35 | 132 | 0 | 125 | 26 | 173 | 123 | 53 |
| Binary | 10011 | 11000111 | 11101 | 1011010 | 0 | 1010101 | 10110 | 1111011 | 1010011 | 101011 |
Color Harmonies of #13C71D
Complementary color
Monochromatic Colors of #13C71D
Black with #13C71D
Text Example
Text Example
White with #13C71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C71D; }
p { color: rgb(19,199,29); }
H1.HeaderClassName
{
color: #13C71D;
}
.AnyTagClassName
{
color: #13C71D;
}
</style>
background-color css
<style>
a { background-color: #13C71D; }
a { background-color: rgb(19,199,29); }
div.DivClassName
{
background-color: #13C71D;
}
.BgClassName
{
background-color: #13C71D;
}
</style>
border-color css
<style>
span { border-color: #13C71D; }
span { border-color: rgb(19,199,29); }
td.TdClassName
{
border-color: #13C71D;
}
.TagClassName
{
border-color: #13C71D;
}
</style>