Shades of Lime Green #11C518
Tints of Lime Green #11C518
RGB
CMYK
RGB Variations
Color information
#11C518 (or 0x11C518) is known color: Lime Green. HEX triplet: 11, C5 and 18. RGB value is (17,197,24). Sum of RGB (Red+Green+Blue) = 17+197+24=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 197 (77.34% from 255 or 82.77% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 197 - color contains mainly: green. Hex color #11C518 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C518 is #EE3AE7. Grayscale: #7B7B7B. Windows color (decimal): -15612648 or 1623313. OLE color: 1623313.
HSL color Cylindrical-coordinate representation of color #11C518: hue angle of 122.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C518 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 24 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.23 |
| HSL | 122.33º | 0.84% | 0.42% | - |
| HSV(B) | 122.33º | 0.91% | 0.77% | - |
| XYZ | 20.36 | 40.12 | 7.53 | - |
| YUV | 123.46 | 71.87 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 24 | 0.91 | 0 | 0.88 | 0.23 | 122.33 | 0.84 | 0.42 |
| Hex | 11 | C5 | 18 | 5B | 0 | 58 | 17 | 7A | 54 | 2A |
| Octal | 21 | 305 | 30 | 133 | 0 | 130 | 27 | 172 | 124 | 52 |
| Binary | 10001 | 11000101 | 11000 | 1011011 | 0 | 1011000 | 10111 | 1111010 | 1010100 | 101010 |
Color Harmonies of #11C518
Complementary color
Monochromatic Colors of #11C518
Black with #11C518
Text Example
Text Example
White with #11C518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C518; }
p { color: rgb(17,197,24); }
H1.HeaderClassName
{
color: #11C518;
}
.AnyTagClassName
{
color: #11C518;
}
</style>
background-color css
<style>
a { background-color: #11C518; }
a { background-color: rgb(17,197,24); }
div.DivClassName
{
background-color: #11C518;
}
.BgClassName
{
background-color: #11C518;
}
</style>
border-color css
<style>
span { border-color: #11C518; }
span { border-color: rgb(17,197,24); }
td.TdClassName
{
border-color: #11C518;
}
.TagClassName
{
border-color: #11C518;
}
</style>