Shades of Lime Green #17C529
Tints of Lime Green #17C529
RGB
CMYK
RGB Variations
Color information
#17C529 (or 0x17C529) is known color: Lime Green. HEX triplet: 17, C5 and 29. RGB value is (23,197,41). Sum of RGB (Red+Green+Blue) = 23+197+41=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #17C529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17C529 is #E83AD6. Grayscale: #7F7F7F. Windows color (decimal): -15219415 or 2737431. OLE color: 2737431.
HSL color Cylindrical-coordinate representation of color #17C529: hue angle of 126.21º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17C529 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 197 | 41 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.23 |
| HSL | 126.21º | 0.79% | 0.43% | - |
| HSV(B) | 126.21º | 0.88% | 0.77% | - |
| XYZ | 20.72 | 40.27 | 8.78 | - |
| YUV | 127.19 | 79.35 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 197 | 41 | 0.88 | 0 | 0.79 | 0.23 | 126.21 | 0.79 | 0.43 |
| Hex | 17 | C5 | 29 | 58 | 0 | 4F | 17 | 7E | 4F | 2B |
| Octal | 27 | 305 | 51 | 130 | 0 | 117 | 27 | 176 | 117 | 53 |
| Binary | 10111 | 11000101 | 101001 | 1011000 | 0 | 1001111 | 10111 | 1111110 | 1001111 | 101011 |
Color Harmonies of #17C529
Complementary color
Monochromatic Colors of #17C529
Black with #17C529
Text Example
Text Example
White with #17C529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C529; }
p { color: rgb(23,197,41); }
H1.HeaderClassName
{
color: #17C529;
}
.AnyTagClassName
{
color: #17C529;
}
</style>
background-color css
<style>
a { background-color: #17C529; }
a { background-color: rgb(23,197,41); }
div.DivClassName
{
background-color: #17C529;
}
.BgClassName
{
background-color: #17C529;
}
</style>
border-color css
<style>
span { border-color: #17C529; }
span { border-color: rgb(23,197,41); }
td.TdClassName
{
border-color: #17C529;
}
.TagClassName
{
border-color: #17C529;
}
</style>