Shades of Lime Green #17C112
Tints of Lime Green #17C112
RGB
CMYK
RGB Variations
Color information
#17C112 (or 0x17C112) is known color: Lime Green. HEX triplet: 17, C1 and 12. RGB value is (23,193,18). Sum of RGB (Red+Green+Blue) = 23+193+18=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 193 (75.78% from 255 or 82.48% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 193 - color contains mainly: green. Hex color #17C112 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17C112 is #E83EED. Grayscale: #7A7A7A. Windows color (decimal): -15220462 or 1229079. OLE color: 1229079.
HSL color Cylindrical-coordinate representation of color #17C112: hue angle of 118.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17C112 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 193 | 18 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.24 |
| HSL | 118.29º | 0.83% | 0.41% | - |
| HSV(B) | 118.29º | 0.91% | 0.76% | - |
| XYZ | 19.53 | 38.37 | 6.95 | - |
| YUV | 122.22 | 69.18 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 193 | 18 | 0.88 | 0 | 0.91 | 0.24 | 118.29 | 0.83 | 0.41 |
| Hex | 17 | C1 | 12 | 58 | 0 | 5B | 18 | 76 | 53 | 29 |
| Octal | 27 | 301 | 22 | 130 | 0 | 133 | 30 | 166 | 123 | 51 |
| Binary | 10111 | 11000001 | 10010 | 1011000 | 0 | 1011011 | 11000 | 1110110 | 1010011 | 101001 |
Color Harmonies of #17C112
Complementary color
Monochromatic Colors of #17C112
Black with #17C112
Text Example
Text Example
White with #17C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C112; }
p { color: rgb(23,193,18); }
H1.HeaderClassName
{
color: #17C112;
}
.AnyTagClassName
{
color: #17C112;
}
</style>
background-color css
<style>
a { background-color: #17C112; }
a { background-color: rgb(23,193,18); }
div.DivClassName
{
background-color: #17C112;
}
.BgClassName
{
background-color: #17C112;
}
</style>
border-color css
<style>
span { border-color: #17C112; }
span { border-color: rgb(23,193,18); }
td.TdClassName
{
border-color: #17C112;
}
.TagClassName
{
border-color: #17C112;
}
</style>