Shades of Lime Green #11C510
Tints of Lime Green #11C510
RGB
CMYK
RGB Variations
Color information
#11C510 (or 0x11C510) is known color: Lime Green. HEX triplet: 11, C5 and 10. RGB value is (17,197,16). Sum of RGB (Red+Green+Blue) = 17+197+16=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 197 (77.34% from 255 or 85.65% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 197 - color contains mainly: green. Hex color #11C510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C510 is #EE3AEF. Grayscale: #7B7B7B. Windows color (decimal): -15612656 or 1099025. OLE color: 1099025.
HSL color Cylindrical-coordinate representation of color #11C510: hue angle of 119.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C510 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 16 | - |
| CMYK | 0.91 | 0 | 0.92 | 0.23 |
| HSL | 119.67º | 0.85% | 0.42% | - |
| HSV(B) | 119.67º | 0.92% | 0.77% | - |
| XYZ | 20.29 | 40.09 | 7.16 | - |
| YUV | 122.55 | 67.87 | 52.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 16 | 0.91 | 0 | 0.92 | 0.23 | 119.67 | 0.85 | 0.42 |
| Hex | 11 | C5 | 10 | 5B | 0 | 5C | 17 | 78 | 55 | 2A |
| Octal | 21 | 305 | 20 | 133 | 0 | 134 | 27 | 170 | 125 | 52 |
| Binary | 10001 | 11000101 | 10000 | 1011011 | 0 | 1011100 | 10111 | 1111000 | 1010101 | 101010 |
Color Harmonies of #11C510
Complementary color
Monochromatic Colors of #11C510
Black with #11C510
Text Example
Text Example
White with #11C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C510; }
p { color: rgb(17,197,16); }
H1.HeaderClassName
{
color: #11C510;
}
.AnyTagClassName
{
color: #11C510;
}
</style>
background-color css
<style>
a { background-color: #11C510; }
a { background-color: rgb(17,197,16); }
div.DivClassName
{
background-color: #11C510;
}
.BgClassName
{
background-color: #11C510;
}
</style>
border-color css
<style>
span { border-color: #11C510; }
span { border-color: rgb(17,197,16); }
td.TdClassName
{
border-color: #11C510;
}
.TagClassName
{
border-color: #11C510;
}
</style>