Shades of Lime Green #17CD1C
Tints of Lime Green #17CD1C
RGB
CMYK
RGB Variations
Color information
#17CD1C (or 0x17CD1C) is known color: Lime Green. HEX triplet: 17, CD and 1C. RGB value is (23,205,28). Sum of RGB (Red+Green+Blue) = 23+205+28=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 205 (80.47% from 255 or 80.08% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 205 - color contains mainly: green. Hex color #17CD1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CD1C is #E832E3. Grayscale: #828282. Windows color (decimal): -15217380 or 1887511. OLE color: 1887511.
HSL color Cylindrical-coordinate representation of color #17CD1C: hue angle of 121.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17CD1C is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 205 | 28 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.20 |
| HSL | 121.65º | 0.8% | 0.45% | - |
| HSV(B) | 121.65º | 0.89% | 0.8% | - |
| XYZ | 22.39 | 43.93 | 8.4 | - |
| YUV | 130.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 28 | 0.89 | 0 | 0.86 | 0.20 | 121.65 | 0.8 | 0.45 |
| Hex | 17 | CD | 1C | 59 | 0 | 56 | 14 | 7A | 50 | 2D |
| Octal | 27 | 315 | 34 | 131 | 0 | 126 | 24 | 172 | 120 | 55 |
| Binary | 10111 | 11001101 | 11100 | 1011001 | 0 | 1010110 | 10100 | 1111010 | 1010000 | 101101 |
Color Harmonies of #17CD1C
Complementary color
Monochromatic Colors of #17CD1C
Black with #17CD1C
Text Example
Text Example
White with #17CD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CD1C; }
p { color: rgb(23,205,28); }
H1.HeaderClassName
{
color: #17CD1C;
}
.AnyTagClassName
{
color: #17CD1C;
}
</style>
background-color css
<style>
a { background-color: #17CD1C; }
a { background-color: rgb(23,205,28); }
div.DivClassName
{
background-color: #17CD1C;
}
.BgClassName
{
background-color: #17CD1C;
}
</style>
border-color css
<style>
span { border-color: #17CD1C; }
span { border-color: rgb(23,205,28); }
td.TdClassName
{
border-color: #17CD1C;
}
.TagClassName
{
border-color: #17CD1C;
}
</style>