Shades of Lime Green #11C017
Tints of Lime Green #11C017
RGB
CMYK
RGB Variations
Color information
#11C017 (or 0x11C017) is known color: Lime Green. HEX triplet: 11, C0 and 17. RGB value is (17,192,23). Sum of RGB (Red+Green+Blue) = 17+192+23=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #11C017 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C017 is #EE3FE8. Grayscale: #787878. Windows color (decimal): -15613929 or 1556497. OLE color: 1556497.
HSL color Cylindrical-coordinate representation of color #11C017: hue angle of 122.06º 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 #11C017 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 23 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.25 |
| HSL | 122.06º | 0.84% | 0.41% | - |
| HSV(B) | 122.06º | 0.91% | 0.75% | - |
| XYZ | 19.24 | 37.88 | 7.11 | - |
| YUV | 120.41 | 73.02 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 23 | 0.91 | 0 | 0.88 | 0.25 | 122.06 | 0.84 | 0.41 |
| Hex | 11 | C0 | 17 | 5B | 0 | 58 | 19 | 7A | 54 | 29 |
| Octal | 21 | 300 | 27 | 133 | 0 | 130 | 31 | 172 | 124 | 51 |
| Binary | 10001 | 11000000 | 10111 | 1011011 | 0 | 1011000 | 11001 | 1111010 | 1010100 | 101001 |
Color Harmonies of #11C017
Complementary color
Monochromatic Colors of #11C017
Black with #11C017
Text Example
Text Example
White with #11C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C017; }
p { color: rgb(17,192,23); }
H1.HeaderClassName
{
color: #11C017;
}
.AnyTagClassName
{
color: #11C017;
}
</style>
background-color css
<style>
a { background-color: #11C017; }
a { background-color: rgb(17,192,23); }
div.DivClassName
{
background-color: #11C017;
}
.BgClassName
{
background-color: #11C017;
}
</style>
border-color css
<style>
span { border-color: #11C017; }
span { border-color: rgb(17,192,23); }
td.TdClassName
{
border-color: #11C017;
}
.TagClassName
{
border-color: #11C017;
}
</style>