Shades of Lime Green #13D324
Tints of Lime Green #13D324
RGB
CMYK
RGB Variations
Color information
#13D324 (or 0x13D324) is known color: Lime Green. HEX triplet: 13, D3 and 24. RGB value is (19,211,36). Sum of RGB (Red+Green+Blue) = 19+211+36=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 211 (82.81% from 255 or 79.32% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 211 - color contains mainly: green. Hex color #13D324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D324 is #EC2CDB. Grayscale: #868686. Windows color (decimal): -15477980 or 2413331. OLE color: 2413331.
HSL color Cylindrical-coordinate representation of color #13D324: hue angle of 125.31º 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 #13D324 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 36 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.17 |
| HSL | 125.31º | 0.83% | 0.45% | - |
| HSV(B) | 125.31º | 0.91% | 0.83% | - |
| XYZ | 23.88 | 46.85 | 9.45 | - |
| YUV | 133.64 | 72.89 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 36 | 0.91 | 0 | 0.83 | 0.17 | 125.31 | 0.83 | 0.45 |
| Hex | 13 | D3 | 24 | 5B | 0 | 53 | 11 | 7D | 53 | 2D |
| Octal | 23 | 323 | 44 | 133 | 0 | 123 | 21 | 175 | 123 | 55 |
| Binary | 10011 | 11010011 | 100100 | 1011011 | 0 | 1010011 | 10001 | 1111101 | 1010011 | 101101 |
Color Harmonies of #13D324
Complementary color
Monochromatic Colors of #13D324
Black with #13D324
Text Example
Text Example
White with #13D324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D324; }
p { color: rgb(19,211,36); }
H1.HeaderClassName
{
color: #13D324;
}
.AnyTagClassName
{
color: #13D324;
}
</style>
background-color css
<style>
a { background-color: #13D324; }
a { background-color: rgb(19,211,36); }
div.DivClassName
{
background-color: #13D324;
}
.BgClassName
{
background-color: #13D324;
}
</style>
border-color css
<style>
span { border-color: #13D324; }
span { border-color: rgb(19,211,36); }
td.TdClassName
{
border-color: #13D324;
}
.TagClassName
{
border-color: #13D324;
}
</style>