Shades of Limerick #8EC11C
Tints of Limerick #8EC11C
RGB
CMYK
RGB Variations
Color information
#8EC11C (or 0x8EC11C) is known color: Limerick. HEX triplet: 8E, C1 and 1C. RGB value is (142,193,28). Sum of RGB (Red+Green+Blue) = 142+193+28=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC11C is #713EE3. Grayscale: #9F9F9F. Windows color (decimal): -7421668 or 1884558. OLE color: 1884558.
HSL color Cylindrical-coordinate representation of color #8EC11C: hue angle of 78.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8EC11C is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 28 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.24 |
| HSL | 78.55º | 0.75% | 0.43% | - |
| HSV(B) | 78.55º | 0.85% | 0.76% | - |
| XYZ | 30.43 | 43.97 | 7.98 | - |
| YUV | 158.94 | 54.1 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 28 | 0.26 | 0 | 0.85 | 0.24 | 78.55 | 0.75 | 0.43 |
| Hex | 8E | C1 | 1C | 1A | 0 | 55 | 18 | 4F | 4B | 2B |
| Octal | 216 | 301 | 34 | 32 | 0 | 125 | 30 | 117 | 113 | 53 |
| Binary | 10001110 | 11000001 | 11100 | 11010 | 0 | 1010101 | 11000 | 1001111 | 1001011 | 101011 |
Color Harmonies of #8EC11C
Complementary color
Monochromatic Colors of #8EC11C
Black with #8EC11C
Text Example
Text Example
White with #8EC11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC11C; }
p { color: rgb(142,193,28); }
H1.HeaderClassName
{
color: #8EC11C;
}
.AnyTagClassName
{
color: #8EC11C;
}
</style>
background-color css
<style>
a { background-color: #8EC11C; }
a { background-color: rgb(142,193,28); }
div.DivClassName
{
background-color: #8EC11C;
}
.BgClassName
{
background-color: #8EC11C;
}
</style>
border-color css
<style>
span { border-color: #8EC11C; }
span { border-color: rgb(142,193,28); }
td.TdClassName
{
border-color: #8EC11C;
}
.TagClassName
{
border-color: #8EC11C;
}
</style>