Shades of Lime Green #17C620
Tints of Lime Green #17C620
RGB
CMYK
RGB Variations
Color information
#17C620 (or 0x17C620) is known color: Lime Green. HEX triplet: 17, C6 and 20. RGB value is (23,198,32). Sum of RGB (Red+Green+Blue) = 23+198+32=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 198 (77.73% from 255 or 78.26% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 198 - color contains mainly: green. Hex color #17C620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C620 is #E839DF. Grayscale: #7F7F7F. Windows color (decimal): -15219168 or 2147863. OLE color: 2147863.
HSL color Cylindrical-coordinate representation of color #17C620: hue angle of 123.09º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C620 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 198 | 32 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.22 |
| HSL | 123.09º | 0.79% | 0.43% | - |
| HSV(B) | 123.09º | 0.88% | 0.78% | - |
| XYZ | 20.81 | 40.67 | 8.12 | - |
| YUV | 126.75 | 74.52 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 198 | 32 | 0.88 | 0 | 0.84 | 0.22 | 123.09 | 0.79 | 0.43 |
| Hex | 17 | C6 | 20 | 58 | 0 | 54 | 16 | 7B | 4F | 2B |
| Octal | 27 | 306 | 40 | 130 | 0 | 124 | 26 | 173 | 117 | 53 |
| Binary | 10111 | 11000110 | 100000 | 1011000 | 0 | 1010100 | 10110 | 1111011 | 1001111 | 101011 |
Color Harmonies of #17C620
Complementary color
Monochromatic Colors of #17C620
Black with #17C620
Text Example
Text Example
White with #17C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C620; }
p { color: rgb(23,198,32); }
H1.HeaderClassName
{
color: #17C620;
}
.AnyTagClassName
{
color: #17C620;
}
</style>
background-color css
<style>
a { background-color: #17C620; }
a { background-color: rgb(23,198,32); }
div.DivClassName
{
background-color: #17C620;
}
.BgClassName
{
background-color: #17C620;
}
</style>
border-color css
<style>
span { border-color: #17C620; }
span { border-color: rgb(23,198,32); }
td.TdClassName
{
border-color: #17C620;
}
.TagClassName
{
border-color: #17C620;
}
</style>