Shades of Lime Green #13D118
Tints of Lime Green #13D118
RGB
CMYK
RGB Variations
Color information
#13D118 (or 0x13D118) is known color: Lime Green. HEX triplet: 13, D1 and 18. RGB value is (19,209,24). Sum of RGB (Red+Green+Blue) = 19+209+24=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 209 (82.03% from 255 or 82.94% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 209 - color contains mainly: green. Hex color #13D118 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13D118 is #EC2EE7. Grayscale: #838383. Windows color (decimal): -15478504 or 1626387. OLE color: 1626387.
HSL color Cylindrical-coordinate representation of color #13D118: hue angle of 121.58º 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 #13D118 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 24 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.18 |
| HSL | 121.58º | 0.83% | 0.45% | - |
| HSV(B) | 121.58º | 0.91% | 0.82% | - |
| XYZ | 23.23 | 45.81 | 8.48 | - |
| YUV | 131.1 | 67.55 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 24 | 0.91 | 0 | 0.89 | 0.18 | 121.58 | 0.83 | 0.45 |
| Hex | 13 | D1 | 18 | 5B | 0 | 59 | 12 | 7A | 53 | 2D |
| Octal | 23 | 321 | 30 | 133 | 0 | 131 | 22 | 172 | 123 | 55 |
| Binary | 10011 | 11010001 | 11000 | 1011011 | 0 | 1011001 | 10010 | 1111010 | 1010011 | 101101 |
Color Harmonies of #13D118
Complementary color
Monochromatic Colors of #13D118
Black with #13D118
Text Example
Text Example
White with #13D118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D118; }
p { color: rgb(19,209,24); }
H1.HeaderClassName
{
color: #13D118;
}
.AnyTagClassName
{
color: #13D118;
}
</style>
background-color css
<style>
a { background-color: #13D118; }
a { background-color: rgb(19,209,24); }
div.DivClassName
{
background-color: #13D118;
}
.BgClassName
{
background-color: #13D118;
}
</style>
border-color css
<style>
span { border-color: #13D118; }
span { border-color: rgb(19,209,24); }
td.TdClassName
{
border-color: #13D118;
}
.TagClassName
{
border-color: #13D118;
}
</style>