Shades of Lime Green #11CD18
Tints of Lime Green #11CD18
RGB
CMYK
RGB Variations
Color information
#11CD18 (or 0x11CD18) is known color: Lime Green. HEX triplet: 11, CD and 18. RGB value is (17,205,24). Sum of RGB (Red+Green+Blue) = 17+205+24=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 205 (80.47% from 255 or 83.33% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11CD18 is #EE32E7. Grayscale: #808080. Windows color (decimal): -15610600 or 1625361. OLE color: 1625361.
HSL color Cylindrical-coordinate representation of color #11CD18: hue angle of 122.23º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CD18 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 24 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.20 |
| HSL | 122.23º | 0.85% | 0.44% | - |
| HSV(B) | 122.23º | 0.92% | 0.8% | - |
| XYZ | 22.23 | 43.85 | 8.16 | - |
| YUV | 128.15 | 69.22 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 24 | 0.92 | 0 | 0.88 | 0.20 | 122.23 | 0.85 | 0.44 |
| Hex | 11 | CD | 18 | 5C | 0 | 58 | 14 | 7A | 55 | 2C |
| Octal | 21 | 315 | 30 | 134 | 0 | 130 | 24 | 172 | 125 | 54 |
| Binary | 10001 | 11001101 | 11000 | 1011100 | 0 | 1011000 | 10100 | 1111010 | 1010101 | 101100 |
Color Harmonies of #11CD18
Complementary color
Monochromatic Colors of #11CD18
Black with #11CD18
Text Example
Text Example
White with #11CD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CD18; }
p { color: rgb(17,205,24); }
H1.HeaderClassName
{
color: #11CD18;
}
.AnyTagClassName
{
color: #11CD18;
}
</style>
background-color css
<style>
a { background-color: #11CD18; }
a { background-color: rgb(17,205,24); }
div.DivClassName
{
background-color: #11CD18;
}
.BgClassName
{
background-color: #11CD18;
}
</style>
border-color css
<style>
span { border-color: #11CD18; }
span { border-color: rgb(17,205,24); }
td.TdClassName
{
border-color: #11CD18;
}
.TagClassName
{
border-color: #11CD18;
}
</style>