Shades of Lime Green #17C014
Tints of Lime Green #17C014
RGB
CMYK
RGB Variations
Color information
#17C014 (or 0x17C014) is known color: Lime Green. HEX triplet: 17, C0 and 14. RGB value is (23,192,20). Sum of RGB (Red+Green+Blue) = 23+192+20=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 192 (75.39% from 255 or 81.70% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 192 - color contains mainly: green. Hex color #17C014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17C014 is #E83FEB. Grayscale: #7A7A7A. Windows color (decimal): -15220716 or 1359895. OLE color: 1359895.
HSL color Cylindrical-coordinate representation of color #17C014: hue angle of 118.95º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17C014 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 20 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.25 |
| HSL | 118.95º | 0.81% | 0.42% | - |
| HSV(B) | 118.95º | 0.9% | 0.75% | - |
| XYZ | 19.33 | 37.93 | 6.96 | - |
| YUV | 121.86 | 70.51 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 20 | 0.88 | 0 | 0.90 | 0.25 | 118.95 | 0.81 | 0.42 |
| Hex | 17 | C0 | 14 | 58 | 0 | 5A | 19 | 77 | 51 | 2A |
| Octal | 27 | 300 | 24 | 130 | 0 | 132 | 31 | 167 | 121 | 52 |
| Binary | 10111 | 11000000 | 10100 | 1011000 | 0 | 1011010 | 11001 | 1110111 | 1010001 | 101010 |
Color Harmonies of #17C014
Complementary color
Monochromatic Colors of #17C014
Black with #17C014
Text Example
Text Example
White with #17C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C014; }
p { color: rgb(23,192,20); }
H1.HeaderClassName
{
color: #17C014;
}
.AnyTagClassName
{
color: #17C014;
}
</style>
background-color css
<style>
a { background-color: #17C014; }
a { background-color: rgb(23,192,20); }
div.DivClassName
{
background-color: #17C014;
}
.BgClassName
{
background-color: #17C014;
}
</style>
border-color css
<style>
span { border-color: #17C014; }
span { border-color: rgb(23,192,20); }
td.TdClassName
{
border-color: #17C014;
}
.TagClassName
{
border-color: #17C014;
}
</style>