Shades of Lime Green #17C01D
Tints of Lime Green #17C01D
RGB
CMYK
RGB Variations
Color information
#17C01D (or 0x17C01D) is known color: Lime Green. HEX triplet: 17, C0 and 1D. RGB value is (23,192,29). Sum of RGB (Red+Green+Blue) = 23+192+29=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #17C01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C01D is #E83FE2. Grayscale: #7B7B7B. Windows color (decimal): -15220707 or 1949719. OLE color: 1949719.
HSL color Cylindrical-coordinate representation of color #17C01D: hue angle of 122.13º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C01D is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 29 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.25 |
| HSL | 122.13º | 0.79% | 0.42% | - |
| HSV(B) | 122.13º | 0.88% | 0.75% | - |
| XYZ | 19.42 | 37.97 | 7.47 | - |
| YUV | 122.89 | 75.01 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 29 | 0.88 | 0 | 0.85 | 0.25 | 122.13 | 0.79 | 0.42 |
| Hex | 17 | C0 | 1D | 58 | 0 | 55 | 19 | 7A | 4F | 2A |
| Octal | 27 | 300 | 35 | 130 | 0 | 125 | 31 | 172 | 117 | 52 |
| Binary | 10111 | 11000000 | 11101 | 1011000 | 0 | 1010101 | 11001 | 1111010 | 1001111 | 101010 |
Color Harmonies of #17C01D
Complementary color
Monochromatic Colors of #17C01D
Black with #17C01D
Text Example
Text Example
White with #17C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C01D; }
p { color: rgb(23,192,29); }
H1.HeaderClassName
{
color: #17C01D;
}
.AnyTagClassName
{
color: #17C01D;
}
</style>
background-color css
<style>
a { background-color: #17C01D; }
a { background-color: rgb(23,192,29); }
div.DivClassName
{
background-color: #17C01D;
}
.BgClassName
{
background-color: #17C01D;
}
</style>
border-color css
<style>
span { border-color: #17C01D; }
span { border-color: rgb(23,192,29); }
td.TdClassName
{
border-color: #17C01D;
}
.TagClassName
{
border-color: #17C01D;
}
</style>