Shades of Lime Green #11CD1D
Tints of Lime Green #11CD1D
RGB
CMYK
RGB Variations
Color information
#11CD1D (or 0x11CD1D) is known color: Lime Green. HEX triplet: 11, CD and 1D. RGB value is (17,205,29). Sum of RGB (Red+Green+Blue) = 17+205+29=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 205 (80.47% from 255 or 81.67% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11CD1D is #EE32E2. Grayscale: #818181. Windows color (decimal): -15610595 or 1953041. OLE color: 1953041.
HSL color Cylindrical-coordinate representation of color #11CD1D: hue angle of 123.83º 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 #11CD1D is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 29 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.20 |
| HSL | 123.83º | 0.85% | 0.44% | - |
| HSV(B) | 123.83º | 0.92% | 0.8% | - |
| XYZ | 22.28 | 43.87 | 8.46 | - |
| YUV | 128.72 | 71.72 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 29 | 0.92 | 0 | 0.86 | 0.20 | 123.83 | 0.85 | 0.44 |
| Hex | 11 | CD | 1D | 5C | 0 | 56 | 14 | 7C | 55 | 2C |
| Octal | 21 | 315 | 35 | 134 | 0 | 126 | 24 | 174 | 125 | 54 |
| Binary | 10001 | 11001101 | 11101 | 1011100 | 0 | 1010110 | 10100 | 1111100 | 1010101 | 101100 |
Color Harmonies of #11CD1D
Complementary color
Monochromatic Colors of #11CD1D
Black with #11CD1D
Text Example
Text Example
White with #11CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CD1D; }
p { color: rgb(17,205,29); }
H1.HeaderClassName
{
color: #11CD1D;
}
.AnyTagClassName
{
color: #11CD1D;
}
</style>
background-color css
<style>
a { background-color: #11CD1D; }
a { background-color: rgb(17,205,29); }
div.DivClassName
{
background-color: #11CD1D;
}
.BgClassName
{
background-color: #11CD1D;
}
</style>
border-color css
<style>
span { border-color: #11CD1D; }
span { border-color: rgb(17,205,29); }
td.TdClassName
{
border-color: #11CD1D;
}
.TagClassName
{
border-color: #11CD1D;
}
</style>