Shades of Lime Green #11C615
Tints of Lime Green #11C615
RGB
CMYK
RGB Variations
Color information
#11C615 (or 0x11C615) is known color: Lime Green. HEX triplet: 11, C6 and 15. RGB value is (17,198,21). Sum of RGB (Red+Green+Blue) = 17+198+21=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 198 (77.73% from 255 or 83.90% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 198 - color contains mainly: green. Hex color #11C615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C615 is #EE39EA. Grayscale: #7C7C7C. Windows color (decimal): -15612395 or 1426961. OLE color: 1426961.
HSL color Cylindrical-coordinate representation of color #11C615: hue angle of 121.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C615 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 198 | 21 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.22 |
| HSL | 121.33º | 0.84% | 0.42% | - |
| HSV(B) | 121.33º | 0.91% | 0.78% | - |
| XYZ | 20.56 | 40.56 | 7.45 | - |
| YUV | 123.7 | 70.03 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 198 | 21 | 0.91 | 0 | 0.89 | 0.22 | 121.33 | 0.84 | 0.42 |
| Hex | 11 | C6 | 15 | 5B | 0 | 59 | 16 | 79 | 54 | 2A |
| Octal | 21 | 306 | 25 | 133 | 0 | 131 | 26 | 171 | 124 | 52 |
| Binary | 10001 | 11000110 | 10101 | 1011011 | 0 | 1011001 | 10110 | 1111001 | 1010100 | 101010 |
Color Harmonies of #11C615
Complementary color
Monochromatic Colors of #11C615
Black with #11C615
Text Example
Text Example
White with #11C615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C615; }
p { color: rgb(17,198,21); }
H1.HeaderClassName
{
color: #11C615;
}
.AnyTagClassName
{
color: #11C615;
}
</style>
background-color css
<style>
a { background-color: #11C615; }
a { background-color: rgb(17,198,21); }
div.DivClassName
{
background-color: #11C615;
}
.BgClassName
{
background-color: #11C615;
}
</style>
border-color css
<style>
span { border-color: #11C615; }
span { border-color: rgb(17,198,21); }
td.TdClassName
{
border-color: #11C615;
}
.TagClassName
{
border-color: #11C615;
}
</style>