Shades of Lime Green #17C120
Tints of Lime Green #17C120
RGB
CMYK
RGB Variations
Color information
#17C120 (or 0x17C120) is known color: Lime Green. HEX triplet: 17, C1 and 20. RGB value is (23,193,32). Sum of RGB (Red+Green+Blue) = 23+193+32=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 193 (75.78% from 255 or 77.82% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 193 - color contains mainly: green. Hex color #17C120 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C120 is #E83EDF. Grayscale: #7C7C7C. Windows color (decimal): -15220448 or 2146583. OLE color: 2146583.
HSL color Cylindrical-coordinate representation of color #17C120: hue angle of 123.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C120 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 193 | 32 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.24 |
| HSL | 123.18º | 0.79% | 0.42% | - |
| HSV(B) | 123.18º | 0.88% | 0.76% | - |
| XYZ | 19.68 | 38.43 | 7.75 | - |
| YUV | 123.82 | 76.18 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 193 | 32 | 0.88 | 0 | 0.83 | 0.24 | 123.18 | 0.79 | 0.42 |
| Hex | 17 | C1 | 20 | 58 | 0 | 53 | 18 | 7B | 4F | 2A |
| Octal | 27 | 301 | 40 | 130 | 0 | 123 | 30 | 173 | 117 | 52 |
| Binary | 10111 | 11000001 | 100000 | 1011000 | 0 | 1010011 | 11000 | 1111011 | 1001111 | 101010 |
Color Harmonies of #17C120
Complementary color
Monochromatic Colors of #17C120
Black with #17C120
Text Example
Text Example
White with #17C120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C120; }
p { color: rgb(23,193,32); }
H1.HeaderClassName
{
color: #17C120;
}
.AnyTagClassName
{
color: #17C120;
}
</style>
background-color css
<style>
a { background-color: #17C120; }
a { background-color: rgb(23,193,32); }
div.DivClassName
{
background-color: #17C120;
}
.BgClassName
{
background-color: #17C120;
}
</style>
border-color css
<style>
span { border-color: #17C120; }
span { border-color: rgb(23,193,32); }
td.TdClassName
{
border-color: #17C120;
}
.TagClassName
{
border-color: #17C120;
}
</style>