Shades of Lime Green #17CC1C
Tints of Lime Green #17CC1C
RGB
CMYK
RGB Variations
Color information
#17CC1C (or 0x17CC1C) is known color: Lime Green. HEX triplet: 17, CC and 1C. RGB value is (23,204,28). Sum of RGB (Red+Green+Blue) = 23+204+28=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #17CC1C is #E833E3. Grayscale: #828282. Windows color (decimal): -15217636 or 1887255. OLE color: 1887255.
HSL color Cylindrical-coordinate representation of color #17CC1C: hue angle of 121.66º 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 #17CC1C is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 28 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.2 |
| HSL | 121.66º | 0.8% | 0.45% | - |
| HSV(B) | 121.66º | 0.89% | 0.8% | - |
| XYZ | 22.16 | 43.45 | 8.32 | - |
| YUV | 129.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 28 | 0.89 | 0 | 0.86 | 0.2 | 121.66 | 0.8 | 0.45 |
| Hex | 17 | CC | 1C | 59 | 0 | 56 | 14 | 7A | 50 | 2D |
| Octal | 27 | 314 | 34 | 131 | 0 | 126 | 24 | 172 | 120 | 55 |
| Binary | 10111 | 11001100 | 11100 | 1011001 | 0 | 1010110 | 10100 | 1111010 | 1010000 | 101101 |
Color Harmonies of #17CC1C
Complementary color
Monochromatic Colors of #17CC1C
Black with #17CC1C
Text Example
Text Example
White with #17CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC1C; }
p { color: rgb(23,204,28); }
H1.HeaderClassName
{
color: #17CC1C;
}
.AnyTagClassName
{
color: #17CC1C;
}
</style>
background-color css
<style>
a { background-color: #17CC1C; }
a { background-color: rgb(23,204,28); }
div.DivClassName
{
background-color: #17CC1C;
}
.BgClassName
{
background-color: #17CC1C;
}
</style>
border-color css
<style>
span { border-color: #17CC1C; }
span { border-color: rgb(23,204,28); }
td.TdClassName
{
border-color: #17CC1C;
}
.TagClassName
{
border-color: #17CC1C;
}
</style>