Shades of Lime Green #11D722
Tints of Lime Green #11D722
RGB
CMYK
RGB Variations
Color information
#11D722 (or 0x11D722) is known color: Lime Green. HEX triplet: 11, D7 and 22. RGB value is (17,215,34). Sum of RGB (Red+Green+Blue) = 17+215+34=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #11D722 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D722 is #EE28DD. Grayscale: #878787. Windows color (decimal): -15608030 or 2283281. OLE color: 2283281.
HSL color Cylindrical-coordinate representation of color #11D722: hue angle of 125.15º 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 #11D722 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 215 | 34 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.16 |
| HSL | 125.15º | 0.85% | 0.45% | - |
| HSV(B) | 125.15º | 0.92% | 0.84% | - |
| XYZ | 24.82 | 48.84 | 9.63 | - |
| YUV | 135.16 | 70.9 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 215 | 34 | 0.92 | 0 | 0.84 | 0.16 | 125.15 | 0.85 | 0.45 |
| Hex | 11 | D7 | 22 | 5C | 0 | 54 | 10 | 7D | 55 | 2D |
| Octal | 21 | 327 | 42 | 134 | 0 | 124 | 20 | 175 | 125 | 55 |
| Binary | 10001 | 11010111 | 100010 | 1011100 | 0 | 1010100 | 10000 | 1111101 | 1010101 | 101101 |
Color Harmonies of #11D722
Complementary color
Monochromatic Colors of #11D722
Black with #11D722
Text Example
Text Example
White with #11D722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D722; }
p { color: rgb(17,215,34); }
H1.HeaderClassName
{
color: #11D722;
}
.AnyTagClassName
{
color: #11D722;
}
</style>
background-color css
<style>
a { background-color: #11D722; }
a { background-color: rgb(17,215,34); }
div.DivClassName
{
background-color: #11D722;
}
.BgClassName
{
background-color: #11D722;
}
</style>
border-color css
<style>
span { border-color: #11D722; }
span { border-color: rgb(17,215,34); }
td.TdClassName
{
border-color: #11D722;
}
.TagClassName
{
border-color: #11D722;
}
</style>