Shades of Lime Green #13D11D
Tints of Lime Green #13D11D
RGB
CMYK
RGB Variations
Color information
#13D11D (or 0x13D11D) is known color: Lime Green. HEX triplet: 13, D1 and 1D. RGB value is (19,209,29). Sum of RGB (Red+Green+Blue) = 19+209+29=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 209 (82.03% from 255 or 81.32% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 209 - color contains mainly: green. Hex color #13D11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D11D is #EC2EE2. Grayscale: #848484. Windows color (decimal): -15478499 or 1954067. OLE color: 1954067.
HSL color Cylindrical-coordinate representation of color #13D11D: hue angle of 123.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D11D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 29 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.18 |
| HSL | 123.16º | 0.83% | 0.45% | - |
| HSV(B) | 123.16º | 0.91% | 0.82% | - |
| XYZ | 23.29 | 45.83 | 8.78 | - |
| YUV | 131.67 | 70.05 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 29 | 0.91 | 0 | 0.86 | 0.18 | 123.16 | 0.83 | 0.45 |
| Hex | 13 | D1 | 1D | 5B | 0 | 56 | 12 | 7B | 53 | 2D |
| Octal | 23 | 321 | 35 | 133 | 0 | 126 | 22 | 173 | 123 | 55 |
| Binary | 10011 | 11010001 | 11101 | 1011011 | 0 | 1010110 | 10010 | 1111011 | 1010011 | 101101 |
Color Harmonies of #13D11D
Complementary color
Monochromatic Colors of #13D11D
Black with #13D11D
Text Example
Text Example
White with #13D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D11D; }
p { color: rgb(19,209,29); }
H1.HeaderClassName
{
color: #13D11D;
}
.AnyTagClassName
{
color: #13D11D;
}
</style>
background-color css
<style>
a { background-color: #13D11D; }
a { background-color: rgb(19,209,29); }
div.DivClassName
{
background-color: #13D11D;
}
.BgClassName
{
background-color: #13D11D;
}
</style>
border-color css
<style>
span { border-color: #13D11D; }
span { border-color: rgb(19,209,29); }
td.TdClassName
{
border-color: #13D11D;
}
.TagClassName
{
border-color: #13D11D;
}
</style>