Shades of Lime Green #17CD20
Tints of Lime Green #17CD20
RGB
CMYK
RGB Variations
Color information
#17CD20 (or 0x17CD20) is known color: Lime Green. HEX triplet: 17, CD and 20. RGB value is (23,205,32). Sum of RGB (Red+Green+Blue) = 23+205+32=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 205 (80.47% from 255 or 78.85% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 205 - color contains mainly: green. Hex color #17CD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CD20 is #E832DF. Grayscale: #838383. Windows color (decimal): -15217376 or 2149655. OLE color: 2149655.
HSL color Cylindrical-coordinate representation of color #17CD20: hue angle of 122.97º 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 #17CD20 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 205 | 32 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.20 |
| HSL | 122.97º | 0.8% | 0.45% | - |
| HSV(B) | 122.97º | 0.89% | 0.8% | - |
| XYZ | 22.45 | 43.95 | 8.67 | - |
| YUV | 130.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 205 | 32 | 0.89 | 0 | 0.84 | 0.20 | 122.97 | 0.8 | 0.45 |
| Hex | 17 | CD | 20 | 59 | 0 | 54 | 14 | 7B | 50 | 2D |
| Octal | 27 | 315 | 40 | 131 | 0 | 124 | 24 | 173 | 120 | 55 |
| Binary | 10111 | 11001101 | 100000 | 1011001 | 0 | 1010100 | 10100 | 1111011 | 1010000 | 101101 |
Color Harmonies of #17CD20
Complementary color
Monochromatic Colors of #17CD20
Black with #17CD20
Text Example
Text Example
White with #17CD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CD20; }
p { color: rgb(23,205,32); }
H1.HeaderClassName
{
color: #17CD20;
}
.AnyTagClassName
{
color: #17CD20;
}
</style>
background-color css
<style>
a { background-color: #17CD20; }
a { background-color: rgb(23,205,32); }
div.DivClassName
{
background-color: #17CD20;
}
.BgClassName
{
background-color: #17CD20;
}
</style>
border-color css
<style>
span { border-color: #17CD20; }
span { border-color: rgb(23,205,32); }
td.TdClassName
{
border-color: #17CD20;
}
.TagClassName
{
border-color: #17CD20;
}
</style>