Shades of Lime Green #17C20E
Tints of Lime Green #17C20E
RGB
CMYK
RGB Variations
Color information
#17C20E (or 0x17C20E) is known color: Lime Green. HEX triplet: 17, C2 and 0E. RGB value is (23,194,14). Sum of RGB (Red+Green+Blue) = 23+194+14=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 194 (76.17% from 255 or 83.98% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 194 - color contains mainly: green. Hex color #17C20E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17C20E is #E83DF1. Grayscale: #7A7A7A. Windows color (decimal): -15220210 or 967191. OLE color: 967191.
HSL color Cylindrical-coordinate representation of color #17C20E: hue angle of 117º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17C20E is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 194 | 14 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.24 |
| HSL | 117º | 0.87% | 0.41% | - |
| HSV(B) | 117º | 0.93% | 0.76% | - |
| XYZ | 19.72 | 38.8 | 6.86 | - |
| YUV | 122.35 | 66.85 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 14 | 0.88 | 0 | 0.93 | 0.24 | 117 | 0.87 | 0.41 |
| Hex | 17 | C2 | E | 58 | 0 | 5D | 18 | 75 | 57 | 29 |
| Octal | 27 | 302 | 16 | 130 | 0 | 135 | 30 | 165 | 127 | 51 |
| Binary | 10111 | 11000010 | 1110 | 1011000 | 0 | 1011101 | 11000 | 1110101 | 1010111 | 101001 |
Color Harmonies of #17C20E
Complementary color
Monochromatic Colors of #17C20E
Black with #17C20E
Text Example
Text Example
White with #17C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C20E; }
p { color: rgb(23,194,14); }
H1.HeaderClassName
{
color: #17C20E;
}
.AnyTagClassName
{
color: #17C20E;
}
</style>
background-color css
<style>
a { background-color: #17C20E; }
a { background-color: rgb(23,194,14); }
div.DivClassName
{
background-color: #17C20E;
}
.BgClassName
{
background-color: #17C20E;
}
</style>
border-color css
<style>
span { border-color: #17C20E; }
span { border-color: rgb(23,194,14); }
td.TdClassName
{
border-color: #17C20E;
}
.TagClassName
{
border-color: #17C20E;
}
</style>