Shades of Lime Green #11C810
Tints of Lime Green #11C810
RGB
CMYK
RGB Variations
Color information
#11C810 (or 0x11C810) is known color: Lime Green. HEX triplet: 11, C8 and 10. RGB value is (17,200,16). Sum of RGB (Red+Green+Blue) = 17+200+16=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 200 (78.52% from 255 or 85.84% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 200 - color contains mainly: green. Hex color #11C810 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C810 is #EE37EF. Grayscale: #7C7C7C. Windows color (decimal): -15611888 or 1099793. OLE color: 1099793.
HSL color Cylindrical-coordinate representation of color #11C810: hue angle of 119.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C810 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 200 | 16 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.22 |
| HSL | 119.67º | 0.85% | 0.42% | - |
| HSV(B) | 119.67º | 0.92% | 0.78% | - |
| XYZ | 20.98 | 41.47 | 7.39 | - |
| YUV | 124.31 | 66.87 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 16 | 0.92 | 0 | 0.92 | 0.22 | 119.67 | 0.85 | 0.42 |
| Hex | 11 | C8 | 10 | 5C | 0 | 5C | 16 | 78 | 55 | 2A |
| Octal | 21 | 310 | 20 | 134 | 0 | 134 | 26 | 170 | 125 | 52 |
| Binary | 10001 | 11001000 | 10000 | 1011100 | 0 | 1011100 | 10110 | 1111000 | 1010101 | 101010 |
Color Harmonies of #11C810
Complementary color
Monochromatic Colors of #11C810
Black with #11C810
Text Example
Text Example
White with #11C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C810; }
p { color: rgb(17,200,16); }
H1.HeaderClassName
{
color: #11C810;
}
.AnyTagClassName
{
color: #11C810;
}
</style>
background-color css
<style>
a { background-color: #11C810; }
a { background-color: rgb(17,200,16); }
div.DivClassName
{
background-color: #11C810;
}
.BgClassName
{
background-color: #11C810;
}
</style>
border-color css
<style>
span { border-color: #11C810; }
span { border-color: rgb(17,200,16); }
td.TdClassName
{
border-color: #11C810;
}
.TagClassName
{
border-color: #11C810;
}
</style>