Shades of Lime Green #11C81B
Tints of Lime Green #11C81B
RGB
CMYK
RGB Variations
Color information
#11C81B (or 0x11C81B) is known color: Lime Green. HEX triplet: 11, C8 and 1B. RGB value is (17,200,27). Sum of RGB (Red+Green+Blue) = 17+200+27=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 200 (78.52% from 255 or 81.97% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 200 - color contains mainly: green. Hex color #11C81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C81B is #EE37E4. Grayscale: #7E7E7E. Windows color (decimal): -15611877 or 1820689. OLE color: 1820689.
HSL color Cylindrical-coordinate representation of color #11C81B: hue angle of 123.28º 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 #11C81B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 200 | 27 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.22 |
| HSL | 123.28º | 0.84% | 0.43% | - |
| HSV(B) | 123.28º | 0.92% | 0.78% | - |
| XYZ | 21.08 | 41.51 | 7.94 | - |
| YUV | 125.56 | 72.37 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 200 | 27 | 0.92 | 0 | 0.86 | 0.22 | 123.28 | 0.84 | 0.43 |
| Hex | 11 | C8 | 1B | 5C | 0 | 56 | 16 | 7B | 54 | 2B |
| Octal | 21 | 310 | 33 | 134 | 0 | 126 | 26 | 173 | 124 | 53 |
| Binary | 10001 | 11001000 | 11011 | 1011100 | 0 | 1010110 | 10110 | 1111011 | 1010100 | 101011 |
Color Harmonies of #11C81B
Complementary color
Monochromatic Colors of #11C81B
Black with #11C81B
Text Example
Text Example
White with #11C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C81B; }
p { color: rgb(17,200,27); }
H1.HeaderClassName
{
color: #11C81B;
}
.AnyTagClassName
{
color: #11C81B;
}
</style>
background-color css
<style>
a { background-color: #11C81B; }
a { background-color: rgb(17,200,27); }
div.DivClassName
{
background-color: #11C81B;
}
.BgClassName
{
background-color: #11C81B;
}
</style>
border-color css
<style>
span { border-color: #11C81B; }
span { border-color: rgb(17,200,27); }
td.TdClassName
{
border-color: #11C81B;
}
.TagClassName
{
border-color: #11C81B;
}
</style>