Shades of Lime Green #11C419
Tints of Lime Green #11C419
RGB
CMYK
RGB Variations
Color information
#11C419 (or 0x11C419) is known color: Lime Green. HEX triplet: 11, C4 and 19. RGB value is (17,196,25). Sum of RGB (Red+Green+Blue) = 17+196+25=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 196 (76.95% from 255 or 82.35% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 196 - color contains mainly: green. Hex color #11C419 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C419 is #EE3BE6. Grayscale: #7B7B7B. Windows color (decimal): -15612903 or 1688593. OLE color: 1688593.
HSL color Cylindrical-coordinate representation of color #11C419: hue angle of 122.68º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C419 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 25 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.23 |
| HSL | 122.68º | 0.84% | 0.42% | - |
| HSV(B) | 122.68º | 0.91% | 0.77% | - |
| XYZ | 20.15 | 39.67 | 7.51 | - |
| YUV | 122.99 | 72.7 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 25 | 0.91 | 0 | 0.87 | 0.23 | 122.68 | 0.84 | 0.42 |
| Hex | 11 | C4 | 19 | 5B | 0 | 57 | 17 | 7B | 54 | 2A |
| Octal | 21 | 304 | 31 | 133 | 0 | 127 | 27 | 173 | 124 | 52 |
| Binary | 10001 | 11000100 | 11001 | 1011011 | 0 | 1010111 | 10111 | 1111011 | 1010100 | 101010 |
Color Harmonies of #11C419
Complementary color
Monochromatic Colors of #11C419
Black with #11C419
Text Example
Text Example
White with #11C419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C419; }
p { color: rgb(17,196,25); }
H1.HeaderClassName
{
color: #11C419;
}
.AnyTagClassName
{
color: #11C419;
}
</style>
background-color css
<style>
a { background-color: #11C419; }
a { background-color: rgb(17,196,25); }
div.DivClassName
{
background-color: #11C419;
}
.BgClassName
{
background-color: #11C419;
}
</style>
border-color css
<style>
span { border-color: #11C419; }
span { border-color: rgb(17,196,25); }
td.TdClassName
{
border-color: #11C419;
}
.TagClassName
{
border-color: #11C419;
}
</style>