Shades of Lime Green #17C011
Tints of Lime Green #17C011
RGB
CMYK
RGB Variations
Color information
#17C011 (or 0x17C011) is known color: Lime Green. HEX triplet: 17, C0 and 11. RGB value is (23,192,17). Sum of RGB (Red+Green+Blue) = 23+192+17=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #17C011 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #17C011 is #E83FEE. Grayscale: #7A7A7A. Windows color (decimal): -15220719 or 1163287. OLE color: 1163287.
HSL color Cylindrical-coordinate representation of color #17C011: hue angle of 117.94º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17C011 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 192 | 17 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.25 |
| HSL | 117.94º | 0.84% | 0.41% | - |
| HSV(B) | 117.94º | 0.91% | 0.75% | - |
| XYZ | 19.3 | 37.92 | 6.83 | - |
| YUV | 121.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 192 | 17 | 0.88 | 0 | 0.91 | 0.25 | 117.94 | 0.84 | 0.41 |
| Hex | 17 | C0 | 11 | 58 | 0 | 5B | 19 | 76 | 54 | 29 |
| Octal | 27 | 300 | 21 | 130 | 0 | 133 | 31 | 166 | 124 | 51 |
| Binary | 10111 | 11000000 | 10001 | 1011000 | 0 | 1011011 | 11001 | 1110110 | 1010100 | 101001 |
Color Harmonies of #17C011
Complementary color
Monochromatic Colors of #17C011
Black with #17C011
Text Example
Text Example
White with #17C011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C011; }
p { color: rgb(23,192,17); }
H1.HeaderClassName
{
color: #17C011;
}
.AnyTagClassName
{
color: #17C011;
}
</style>
background-color css
<style>
a { background-color: #17C011; }
a { background-color: rgb(23,192,17); }
div.DivClassName
{
background-color: #17C011;
}
.BgClassName
{
background-color: #17C011;
}
</style>
border-color css
<style>
span { border-color: #17C011; }
span { border-color: rgb(23,192,17); }
td.TdClassName
{
border-color: #17C011;
}
.TagClassName
{
border-color: #17C011;
}
</style>