Shades of Lime Green #13D329
Tints of Lime Green #13D329
RGB
CMYK
RGB Variations
Color information
#13D329 (or 0x13D329) is known color: Lime Green. HEX triplet: 13, D3 and 29. RGB value is (19,211,41). Sum of RGB (Red+Green+Blue) = 19+211+41=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #13D329 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D329 is #EC2CD6. Grayscale: #868686. Windows color (decimal): -15477975 or 2741011. OLE color: 2741011.
HSL color Cylindrical-coordinate representation of color #13D329: hue angle of 126.87º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D329 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 41 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.17 |
| HSL | 126.88º | 0.83% | 0.45% | - |
| HSV(B) | 126.88º | 0.91% | 0.83% | - |
| XYZ | 23.96 | 46.89 | 9.88 | - |
| YUV | 134.21 | 75.39 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 41 | 0.91 | 0 | 0.81 | 0.17 | 126.88 | 0.83 | 0.45 |
| Hex | 13 | D3 | 29 | 5B | 0 | 51 | 11 | 7F | 53 | 2D |
| Octal | 23 | 323 | 51 | 133 | 0 | 121 | 21 | 177 | 123 | 55 |
| Binary | 10011 | 11010011 | 101001 | 1011011 | 0 | 1010001 | 10001 | 1111111 | 1010011 | 101101 |
Color Harmonies of #13D329
Complementary color
Monochromatic Colors of #13D329
Black with #13D329
Text Example
Text Example
White with #13D329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D329; }
p { color: rgb(19,211,41); }
H1.HeaderClassName
{
color: #13D329;
}
.AnyTagClassName
{
color: #13D329;
}
</style>
background-color css
<style>
a { background-color: #13D329; }
a { background-color: rgb(19,211,41); }
div.DivClassName
{
background-color: #13D329;
}
.BgClassName
{
background-color: #13D329;
}
</style>
border-color css
<style>
span { border-color: #13D329; }
span { border-color: rgb(19,211,41); }
td.TdClassName
{
border-color: #13D329;
}
.TagClassName
{
border-color: #13D329;
}
</style>