Shades of Lime Green #11D11B
Tints of Lime Green #11D11B
RGB
CMYK
RGB Variations
Color information
#11D11B (or 0x11D11B) is known color: Lime Green. HEX triplet: 11, D1 and 1B. RGB value is (17,209,27). Sum of RGB (Red+Green+Blue) = 17+209+27=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 209 (82.03% from 255 or 82.61% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 209 - color contains mainly: green. Hex color #11D11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D11B is #EE2EE4. Grayscale: #838383. Windows color (decimal): -15609573 or 1822993. OLE color: 1822993.
HSL color Cylindrical-coordinate representation of color #11D11B: hue angle of 123.12º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D11B is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 27 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.18 |
| HSL | 123.13º | 0.85% | 0.44% | - |
| HSV(B) | 123.13º | 0.92% | 0.82% | - |
| XYZ | 23.23 | 45.8 | 8.65 | - |
| YUV | 130.84 | 69.39 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 27 | 0.92 | 0 | 0.87 | 0.18 | 123.13 | 0.85 | 0.44 |
| Hex | 11 | D1 | 1B | 5C | 0 | 57 | 12 | 7B | 55 | 2C |
| Octal | 21 | 321 | 33 | 134 | 0 | 127 | 22 | 173 | 125 | 54 |
| Binary | 10001 | 11010001 | 11011 | 1011100 | 0 | 1010111 | 10010 | 1111011 | 1010101 | 101100 |
Color Harmonies of #11D11B
Complementary color
Monochromatic Colors of #11D11B
Black with #11D11B
Text Example
Text Example
White with #11D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D11B; }
p { color: rgb(17,209,27); }
H1.HeaderClassName
{
color: #11D11B;
}
.AnyTagClassName
{
color: #11D11B;
}
</style>
background-color css
<style>
a { background-color: #11D11B; }
a { background-color: rgb(17,209,27); }
div.DivClassName
{
background-color: #11D11B;
}
.BgClassName
{
background-color: #11D11B;
}
</style>
border-color css
<style>
span { border-color: #11D11B; }
span { border-color: rgb(17,209,27); }
td.TdClassName
{
border-color: #11D11B;
}
.TagClassName
{
border-color: #11D11B;
}
</style>