Shades of Lime Green #11C613
Tints of Lime Green #11C613
RGB
CMYK
RGB Variations
Color information
#11C613 (or 0x11C613) is known color: Lime Green. HEX triplet: 11, C6 and 13. RGB value is (17,198,19). Sum of RGB (Red+Green+Blue) = 17+198+19=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 198 (77.73% from 255 or 84.62% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 198 - color contains mainly: green. Hex color #11C613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C613 is #EE39EC. Grayscale: #7C7C7C. Windows color (decimal): -15612397 or 1295889. OLE color: 1295889.
HSL color Cylindrical-coordinate representation of color #11C613: hue angle of 120.66º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C613 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 198 | 19 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.22 |
| HSL | 120.66º | 0.84% | 0.42% | - |
| HSV(B) | 120.66º | 0.91% | 0.78% | - |
| XYZ | 20.54 | 40.55 | 7.36 | - |
| YUV | 123.48 | 69.03 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 198 | 19 | 0.91 | 0 | 0.90 | 0.22 | 120.66 | 0.84 | 0.42 |
| Hex | 11 | C6 | 13 | 5B | 0 | 5A | 16 | 79 | 54 | 2A |
| Octal | 21 | 306 | 23 | 133 | 0 | 132 | 26 | 171 | 124 | 52 |
| Binary | 10001 | 11000110 | 10011 | 1011011 | 0 | 1011010 | 10110 | 1111001 | 1010100 | 101010 |
Color Harmonies of #11C613
Complementary color
Monochromatic Colors of #11C613
Black with #11C613
Text Example
Text Example
White with #11C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C613; }
p { color: rgb(17,198,19); }
H1.HeaderClassName
{
color: #11C613;
}
.AnyTagClassName
{
color: #11C613;
}
</style>
background-color css
<style>
a { background-color: #11C613; }
a { background-color: rgb(17,198,19); }
div.DivClassName
{
background-color: #11C613;
}
.BgClassName
{
background-color: #11C613;
}
</style>
border-color css
<style>
span { border-color: #11C613; }
span { border-color: rgb(17,198,19); }
td.TdClassName
{
border-color: #11C613;
}
.TagClassName
{
border-color: #11C613;
}
</style>