Shades of Lime Green #11C71B
Tints of Lime Green #11C71B
RGB
CMYK
RGB Variations
Color information
#11C71B (or 0x11C71B) is known color: Lime Green. HEX triplet: 11, C7 and 1B. RGB value is (17,199,27). Sum of RGB (Red+Green+Blue) = 17+199+27=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 199 (78.12% from 255 or 81.89% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 199 - color contains mainly: green. Hex color #11C71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C71B is #EE38E4. Grayscale: #7D7D7D. Windows color (decimal): -15612133 or 1820433. OLE color: 1820433.
HSL color Cylindrical-coordinate representation of color #11C71B: hue angle of 123.3º 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 #11C71B is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 199 | 27 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.22 |
| HSL | 123.3º | 0.84% | 0.42% | - |
| HSV(B) | 123.3º | 0.91% | 0.78% | - |
| XYZ | 20.85 | 41.05 | 7.86 | - |
| YUV | 124.97 | 72.7 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 199 | 27 | 0.91 | 0 | 0.86 | 0.22 | 123.3 | 0.84 | 0.42 |
| Hex | 11 | C7 | 1B | 5B | 0 | 56 | 16 | 7B | 54 | 2A |
| Octal | 21 | 307 | 33 | 133 | 0 | 126 | 26 | 173 | 124 | 52 |
| Binary | 10001 | 11000111 | 11011 | 1011011 | 0 | 1010110 | 10110 | 1111011 | 1010100 | 101010 |
Color Harmonies of #11C71B
Complementary color
Monochromatic Colors of #11C71B
Black with #11C71B
Text Example
Text Example
White with #11C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C71B; }
p { color: rgb(17,199,27); }
H1.HeaderClassName
{
color: #11C71B;
}
.AnyTagClassName
{
color: #11C71B;
}
</style>
background-color css
<style>
a { background-color: #11C71B; }
a { background-color: rgb(17,199,27); }
div.DivClassName
{
background-color: #11C71B;
}
.BgClassName
{
background-color: #11C71B;
}
</style>
border-color css
<style>
span { border-color: #11C71B; }
span { border-color: rgb(17,199,27); }
td.TdClassName
{
border-color: #11C71B;
}
.TagClassName
{
border-color: #11C71B;
}
</style>