Shades of Lime Green #11D019
Tints of Lime Green #11D019
RGB
CMYK
RGB Variations
Color information
#11D019 (or 0x11D019) is known color: Lime Green. HEX triplet: 11, D0 and 19. RGB value is (17,208,25). Sum of RGB (Red+Green+Blue) = 17+208+25=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 208 (81.64% from 255 or 83.2% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 208 - color contains mainly: green. Hex color #11D019 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11D019 is #EE2FE6. Grayscale: #828282. Windows color (decimal): -15609831 or 1691665. OLE color: 1691665.
HSL color Cylindrical-coordinate representation of color #11D019: hue angle of 122.51º 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 #11D019 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 25 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.18 |
| HSL | 122.51º | 0.85% | 0.44% | - |
| HSV(B) | 122.51º | 0.92% | 0.82% | - |
| XYZ | 22.96 | 45.3 | 8.45 | - |
| YUV | 130.03 | 68.72 | 47.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 25 | 0.92 | 0 | 0.88 | 0.18 | 122.51 | 0.85 | 0.44 |
| Hex | 11 | D0 | 19 | 5C | 0 | 58 | 12 | 7B | 55 | 2C |
| Octal | 21 | 320 | 31 | 134 | 0 | 130 | 22 | 173 | 125 | 54 |
| Binary | 10001 | 11010000 | 11001 | 1011100 | 0 | 1011000 | 10010 | 1111011 | 1010101 | 101100 |
Color Harmonies of #11D019
Complementary color
Monochromatic Colors of #11D019
Black with #11D019
Text Example
Text Example
White with #11D019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D019; }
p { color: rgb(17,208,25); }
H1.HeaderClassName
{
color: #11D019;
}
.AnyTagClassName
{
color: #11D019;
}
</style>
background-color css
<style>
a { background-color: #11D019; }
a { background-color: rgb(17,208,25); }
div.DivClassName
{
background-color: #11D019;
}
.BgClassName
{
background-color: #11D019;
}
</style>
border-color css
<style>
span { border-color: #11D019; }
span { border-color: rgb(17,208,25); }
td.TdClassName
{
border-color: #11D019;
}
.TagClassName
{
border-color: #11D019;
}
</style>