Shades of Lime Green #11C319
Tints of Lime Green #11C319
RGB
CMYK
RGB Variations
Color information
#11C319 (or 0x11C319) is known color: Lime Green. HEX triplet: 11, C3 and 19. RGB value is (17,195,25). Sum of RGB (Red+Green+Blue) = 17+195+25=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #11C319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C319 is #EE3CE6. Grayscale: #7A7A7A. Windows color (decimal): -15613159 or 1688337. OLE color: 1688337.
HSL color Cylindrical-coordinate representation of color #11C319: hue angle of 122.7º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C319 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 25 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.24 |
| HSL | 122.7º | 0.84% | 0.42% | - |
| HSV(B) | 122.7º | 0.91% | 0.76% | - |
| XYZ | 19.92 | 39.22 | 7.44 | - |
| YUV | 122.4 | 73.03 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 25 | 0.91 | 0 | 0.87 | 0.24 | 122.7 | 0.84 | 0.42 |
| Hex | 11 | C3 | 19 | 5B | 0 | 57 | 18 | 7B | 54 | 2A |
| Octal | 21 | 303 | 31 | 133 | 0 | 127 | 30 | 173 | 124 | 52 |
| Binary | 10001 | 11000011 | 11001 | 1011011 | 0 | 1010111 | 11000 | 1111011 | 1010100 | 101010 |
Color Harmonies of #11C319
Complementary color
Monochromatic Colors of #11C319
Black with #11C319
Text Example
Text Example
White with #11C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C319; }
p { color: rgb(17,195,25); }
H1.HeaderClassName
{
color: #11C319;
}
.AnyTagClassName
{
color: #11C319;
}
</style>
background-color css
<style>
a { background-color: #11C319; }
a { background-color: rgb(17,195,25); }
div.DivClassName
{
background-color: #11C319;
}
.BgClassName
{
background-color: #11C319;
}
</style>
border-color css
<style>
span { border-color: #11C319; }
span { border-color: rgb(17,195,25); }
td.TdClassName
{
border-color: #11C319;
}
.TagClassName
{
border-color: #11C319;
}
</style>