Shades of Lime Green #17C013
Tints of Lime Green #17C013
RGB
CMYK
RGB Variations
Color information
#17C013 (or 0x17C013) is known color: Lime Green. HEX triplet: 17, C0 and 13. RGB value is (23,192,19). Sum of RGB (Red+Green+Blue) = 23+192+19=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #17C013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17C013 is #E83FEC. Grayscale: #7A7A7A. Windows color (decimal): -15220717 or 1294359. OLE color: 1294359.
HSL color Cylindrical-coordinate representation of color #17C013: hue angle of 118.61º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17C013 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 19 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.25 |
| HSL | 118.61º | 0.82% | 0.41% | - |
| HSV(B) | 118.61º | 0.9% | 0.75% | - |
| XYZ | 19.32 | 37.93 | 6.92 | - |
| YUV | 121.75 | 70.01 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 19 | 0.88 | 0 | 0.90 | 0.25 | 118.61 | 0.82 | 0.41 |
| Hex | 17 | C0 | 13 | 58 | 0 | 5A | 19 | 77 | 52 | 29 |
| Octal | 27 | 300 | 23 | 130 | 0 | 132 | 31 | 167 | 122 | 51 |
| Binary | 10111 | 11000000 | 10011 | 1011000 | 0 | 1011010 | 11001 | 1110111 | 1010010 | 101001 |
Color Harmonies of #17C013
Complementary color
Monochromatic Colors of #17C013
Black with #17C013
Text Example
Text Example
White with #17C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C013; }
p { color: rgb(23,192,19); }
H1.HeaderClassName
{
color: #17C013;
}
.AnyTagClassName
{
color: #17C013;
}
</style>
background-color css
<style>
a { background-color: #17C013; }
a { background-color: rgb(23,192,19); }
div.DivClassName
{
background-color: #17C013;
}
.BgClassName
{
background-color: #17C013;
}
</style>
border-color css
<style>
span { border-color: #17C013; }
span { border-color: rgb(23,192,19); }
td.TdClassName
{
border-color: #17C013;
}
.TagClassName
{
border-color: #17C013;
}
</style>