Shades of Lime Green #11D11C
Tints of Lime Green #11D11C
RGB
CMYK
RGB Variations
Color information
#11D11C (or 0x11D11C) is known color: Lime Green. HEX triplet: 11, D1 and 1C. RGB value is (17,209,28). Sum of RGB (Red+Green+Blue) = 17+209+28=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 209 (82.03% from 255 or 82.28% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 209 - color contains mainly: green. Hex color #11D11C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D11C is #EE2EE3. Grayscale: #838383. Windows color (decimal): -15609572 or 1888529. OLE color: 1888529.
HSL color Cylindrical-coordinate representation of color #11D11C: hue angle of 123.44º 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 #11D11C is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 209 | 28 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.18 |
| HSL | 123.44º | 0.85% | 0.44% | - |
| HSV(B) | 123.44º | 0.92% | 0.82% | - |
| XYZ | 23.24 | 45.8 | 8.71 | - |
| YUV | 130.96 | 69.89 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 209 | 28 | 0.92 | 0 | 0.87 | 0.18 | 123.44 | 0.85 | 0.44 |
| Hex | 11 | D1 | 1C | 5C | 0 | 57 | 12 | 7B | 55 | 2C |
| Octal | 21 | 321 | 34 | 134 | 0 | 127 | 22 | 173 | 125 | 54 |
| Binary | 10001 | 11010001 | 11100 | 1011100 | 0 | 1010111 | 10010 | 1111011 | 1010101 | 101100 |
Color Harmonies of #11D11C
Complementary color
Monochromatic Colors of #11D11C
Black with #11D11C
Text Example
Text Example
White with #11D11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D11C; }
p { color: rgb(17,209,28); }
H1.HeaderClassName
{
color: #11D11C;
}
.AnyTagClassName
{
color: #11D11C;
}
</style>
background-color css
<style>
a { background-color: #11D11C; }
a { background-color: rgb(17,209,28); }
div.DivClassName
{
background-color: #11D11C;
}
.BgClassName
{
background-color: #11D11C;
}
</style>
border-color css
<style>
span { border-color: #11D11C; }
span { border-color: rgb(17,209,28); }
td.TdClassName
{
border-color: #11D11C;
}
.TagClassName
{
border-color: #11D11C;
}
</style>