Shades of Lime Green #13C617
Tints of Lime Green #13C617
RGB
CMYK
RGB Variations
Color information
#13C617 (or 0x13C617) is known color: Lime Green. HEX triplet: 13, C6 and 17. RGB value is (19,198,23). Sum of RGB (Red+Green+Blue) = 19+198+23=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 198 (77.73% from 255 or 82.5% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 198 - color contains mainly: green. Hex color #13C617 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C617 is #EC39E8. Grayscale: #7D7D7D. Windows color (decimal): -15481321 or 1558035. OLE color: 1558035.
HSL color Cylindrical-coordinate representation of color #13C617: hue angle of 121.34º degrees, saturation: 0.82, 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 #13C617 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 198 | 23 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.22 |
| HSL | 121.34º | 0.82% | 0.43% | - |
| HSV(B) | 121.34º | 0.9% | 0.78% | - |
| XYZ | 20.62 | 40.59 | 7.56 | - |
| YUV | 124.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 198 | 23 | 0.90 | 0 | 0.88 | 0.22 | 121.34 | 0.82 | 0.43 |
| Hex | 13 | C6 | 17 | 5A | 0 | 58 | 16 | 79 | 52 | 2B |
| Octal | 23 | 306 | 27 | 132 | 0 | 130 | 26 | 171 | 122 | 53 |
| Binary | 10011 | 11000110 | 10111 | 1011010 | 0 | 1011000 | 10110 | 1111001 | 1010010 | 101011 |
Color Harmonies of #13C617
Complementary color
Monochromatic Colors of #13C617
Black with #13C617
Text Example
Text Example
White with #13C617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C617; }
p { color: rgb(19,198,23); }
H1.HeaderClassName
{
color: #13C617;
}
.AnyTagClassName
{
color: #13C617;
}
</style>
background-color css
<style>
a { background-color: #13C617; }
a { background-color: rgb(19,198,23); }
div.DivClassName
{
background-color: #13C617;
}
.BgClassName
{
background-color: #13C617;
}
</style>
border-color css
<style>
span { border-color: #13C617; }
span { border-color: rgb(19,198,23); }
td.TdClassName
{
border-color: #13C617;
}
.TagClassName
{
border-color: #13C617;
}
</style>