Shades of Lime Green #11C814
Tints of Lime Green #11C814
RGB
CMYK
RGB Variations
Color information
#11C814 (or 0x11C814) is known color: Lime Green. HEX triplet: 11, C8 and 14. RGB value is (17,200,20). Sum of RGB (Red+Green+Blue) = 17+200+20=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 200 (78.52% from 255 or 84.39% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 200 - color contains mainly: green. Hex color #11C814 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C814 is #EE37EB. Grayscale: #7D7D7D. Windows color (decimal): -15611884 or 1361937. OLE color: 1361937.
HSL color Cylindrical-coordinate representation of color #11C814: hue angle of 120.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11C814 is Cyan = 0.92, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 200 | 20 | - |
| CMYK | 0.92 | 0 | 0.9 | 0.22 |
| HSL | 120.98º | 0.84% | 0.43% | - |
| HSV(B) | 120.98º | 0.92% | 0.78% | - |
| XYZ | 21.01 | 41.48 | 7.56 | - |
| YUV | 124.76 | 68.87 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 20 | 0.92 | 0 | 0.9 | 0.22 | 120.98 | 0.84 | 0.43 |
| Hex | 11 | C8 | 14 | 5C | 0 | 5A | 16 | 79 | 54 | 2B |
| Octal | 21 | 310 | 24 | 134 | 0 | 132 | 26 | 171 | 124 | 53 |
| Binary | 10001 | 11001000 | 10100 | 1011100 | 0 | 1011010 | 10110 | 1111001 | 1010100 | 101011 |
Color Harmonies of #11C814
Complementary color
Monochromatic Colors of #11C814
Black with #11C814
Text Example
Text Example
White with #11C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C814; }
p { color: rgb(17,200,20); }
H1.HeaderClassName
{
color: #11C814;
}
.AnyTagClassName
{
color: #11C814;
}
</style>
background-color css
<style>
a { background-color: #11C814; }
a { background-color: rgb(17,200,20); }
div.DivClassName
{
background-color: #11C814;
}
.BgClassName
{
background-color: #11C814;
}
</style>
border-color css
<style>
span { border-color: #11C814; }
span { border-color: rgb(17,200,20); }
td.TdClassName
{
border-color: #11C814;
}
.TagClassName
{
border-color: #11C814;
}
</style>