Shades of Lime Green #17CC20
Tints of Lime Green #17CC20
RGB
CMYK
RGB Variations
Color information
#17CC20 (or 0x17CC20) is known color: Lime Green. HEX triplet: 17, CC and 20. RGB value is (23,204,32). Sum of RGB (Red+Green+Blue) = 23+204+32=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 204 (80.08% from 255 or 78.76% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CC20 is #E833DF. Grayscale: #828282. Windows color (decimal): -15217632 or 2149399. OLE color: 2149399.
HSL color Cylindrical-coordinate representation of color #17CC20: hue angle of 122.98º 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 #17CC20 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 32 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.2 |
| HSL | 122.98º | 0.8% | 0.45% | - |
| HSV(B) | 122.98º | 0.89% | 0.8% | - |
| XYZ | 22.21 | 43.47 | 8.59 | - |
| YUV | 130.27 | 72.53 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 32 | 0.89 | 0 | 0.84 | 0.2 | 122.98 | 0.8 | 0.45 |
| Hex | 17 | CC | 20 | 59 | 0 | 54 | 14 | 7B | 50 | 2D |
| Octal | 27 | 314 | 40 | 131 | 0 | 124 | 24 | 173 | 120 | 55 |
| Binary | 10111 | 11001100 | 100000 | 1011001 | 0 | 1010100 | 10100 | 1111011 | 1010000 | 101101 |
Color Harmonies of #17CC20
Complementary color
Monochromatic Colors of #17CC20
Black with #17CC20
Text Example
Text Example
White with #17CC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC20; }
p { color: rgb(23,204,32); }
H1.HeaderClassName
{
color: #17CC20;
}
.AnyTagClassName
{
color: #17CC20;
}
</style>
background-color css
<style>
a { background-color: #17CC20; }
a { background-color: rgb(23,204,32); }
div.DivClassName
{
background-color: #17CC20;
}
.BgClassName
{
background-color: #17CC20;
}
</style>
border-color css
<style>
span { border-color: #17CC20; }
span { border-color: rgb(23,204,32); }
td.TdClassName
{
border-color: #17CC20;
}
.TagClassName
{
border-color: #17CC20;
}
</style>