Shades of Lime Green #17C015
Tints of Lime Green #17C015
RGB
CMYK
RGB Variations
Color information
#17C015 (or 0x17C015) is known color: Lime Green. HEX triplet: 17, C0 and 15. RGB value is (23,192,21). Sum of RGB (Red+Green+Blue) = 23+192+21=236 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.75% from 236); Green value is 192 (75.39% from 255 or 81.36% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 192 - color contains mainly: green. Hex color #17C015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17C015 is #E83FEA. Grayscale: #7A7A7A. Windows color (decimal): -15220715 or 1425431. OLE color: 1425431.
HSL color Cylindrical-coordinate representation of color #17C015: hue angle of 119.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C015 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 21 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.25 |
| HSL | 119.3º | 0.8% | 0.42% | - |
| HSV(B) | 119.3º | 0.89% | 0.75% | - |
| XYZ | 19.34 | 37.94 | 7.01 | - |
| YUV | 121.98 | 71.01 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 21 | 0.88 | 0 | 0.89 | 0.25 | 119.3 | 0.8 | 0.42 |
| Hex | 17 | C0 | 15 | 58 | 0 | 59 | 19 | 77 | 50 | 2A |
| Octal | 27 | 300 | 25 | 130 | 0 | 131 | 31 | 167 | 120 | 52 |
| Binary | 10111 | 11000000 | 10101 | 1011000 | 0 | 1011001 | 11001 | 1110111 | 1010000 | 101010 |
Color Harmonies of #17C015
Complementary color
Monochromatic Colors of #17C015
Black with #17C015
Text Example
Text Example
White with #17C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C015; }
p { color: rgb(23,192,21); }
H1.HeaderClassName
{
color: #17C015;
}
.AnyTagClassName
{
color: #17C015;
}
</style>
background-color css
<style>
a { background-color: #17C015; }
a { background-color: rgb(23,192,21); }
div.DivClassName
{
background-color: #17C015;
}
.BgClassName
{
background-color: #17C015;
}
</style>
border-color css
<style>
span { border-color: #17C015; }
span { border-color: rgb(23,192,21); }
td.TdClassName
{
border-color: #17C015;
}
.TagClassName
{
border-color: #17C015;
}
</style>