Shades of Lime Green #17CC0F
Tints of Lime Green #17CC0F
RGB
CMYK
RGB Variations
Color information
#17CC0F (or 0x17CC0F) is known color: Lime Green. HEX triplet: 17, CC and 0F. RGB value is (23,204,15). Sum of RGB (Red+Green+Blue) = 23+204+15=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 204 (80.08% from 255 or 84.30% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 204 - color contains mainly: green. Hex color #17CC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17CC0F is #E833F0. Grayscale: #808080. Windows color (decimal): -15217649 or 1035287. OLE color: 1035287.
HSL color Cylindrical-coordinate representation of color #17CC0F: hue angle of 117.46º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17CC0F is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 204 | 15 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.2 |
| HSL | 117.46º | 0.86% | 0.43% | - |
| HSV(B) | 117.46º | 0.93% | 0.8% | - |
| XYZ | 22.03 | 43.4 | 7.67 | - |
| YUV | 128.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 15 | 0.89 | 0 | 0.93 | 0.2 | 117.46 | 0.86 | 0.43 |
| Hex | 17 | CC | F | 59 | 0 | 5D | 14 | 75 | 56 | 2B |
| Octal | 27 | 314 | 17 | 131 | 0 | 135 | 24 | 165 | 126 | 53 |
| Binary | 10111 | 11001100 | 1111 | 1011001 | 0 | 1011101 | 10100 | 1110101 | 1010110 | 101011 |
Color Harmonies of #17CC0F
Complementary color
Monochromatic Colors of #17CC0F
Black with #17CC0F
Text Example
Text Example
White with #17CC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CC0F; }
p { color: rgb(23,204,15); }
H1.HeaderClassName
{
color: #17CC0F;
}
.AnyTagClassName
{
color: #17CC0F;
}
</style>
background-color css
<style>
a { background-color: #17CC0F; }
a { background-color: rgb(23,204,15); }
div.DivClassName
{
background-color: #17CC0F;
}
.BgClassName
{
background-color: #17CC0F;
}
</style>
border-color css
<style>
span { border-color: #17CC0F; }
span { border-color: rgb(23,204,15); }
td.TdClassName
{
border-color: #17CC0F;
}
.TagClassName
{
border-color: #17CC0F;
}
</style>