Shades of Lime Green #11D520
Tints of Lime Green #11D520
RGB
CMYK
RGB Variations
Color information
#11D520 (or 0x11D520) is known color: Lime Green. HEX triplet: 11, D5 and 20. RGB value is (17,213,32). Sum of RGB (Red+Green+Blue) = 17+213+32=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 213 (83.59% from 255 or 81.30% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 213 - color contains mainly: green. Hex color #11D520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D520 is #EE2ADF. Grayscale: #868686. Windows color (decimal): -15608544 or 2151697. OLE color: 2151697.
HSL color Cylindrical-coordinate representation of color #11D520: hue angle of 124.59º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D520 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 213 | 32 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.16 |
| HSL | 124.59º | 0.85% | 0.45% | - |
| HSV(B) | 124.59º | 0.92% | 0.84% | - |
| XYZ | 24.29 | 47.81 | 9.32 | - |
| YUV | 133.76 | 70.57 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 213 | 32 | 0.92 | 0 | 0.85 | 0.16 | 124.59 | 0.85 | 0.45 |
| Hex | 11 | D5 | 20 | 5C | 0 | 55 | 10 | 7D | 55 | 2D |
| Octal | 21 | 325 | 40 | 134 | 0 | 125 | 20 | 175 | 125 | 55 |
| Binary | 10001 | 11010101 | 100000 | 1011100 | 0 | 1010101 | 10000 | 1111101 | 1010101 | 101101 |
Color Harmonies of #11D520
Complementary color
Monochromatic Colors of #11D520
Black with #11D520
Text Example
Text Example
White with #11D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D520; }
p { color: rgb(17,213,32); }
H1.HeaderClassName
{
color: #11D520;
}
.AnyTagClassName
{
color: #11D520;
}
</style>
background-color css
<style>
a { background-color: #11D520; }
a { background-color: rgb(17,213,32); }
div.DivClassName
{
background-color: #11D520;
}
.BgClassName
{
background-color: #11D520;
}
</style>
border-color css
<style>
span { border-color: #11D520; }
span { border-color: rgb(17,213,32); }
td.TdClassName
{
border-color: #11D520;
}
.TagClassName
{
border-color: #11D520;
}
</style>