Shades of Limerick #8EB81E
Tints of Limerick #8EB81E
RGB
CMYK
RGB Variations
Color information
#8EB81E (or 0x8EB81E) is known color: Limerick. HEX triplet: 8E, B8 and 1E. RGB value is (142,184,30). Sum of RGB (Red+Green+Blue) = 142+184+30=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB81E is #7147E1. Grayscale: #9A9A9A. Windows color (decimal): -7423970 or 2013326. OLE color: 2013326.
HSL color Cylindrical-coordinate representation of color #8EB81E: hue angle of 76.36º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8EB81E is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 30 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.28 |
| HSL | 76.36º | 0.72% | 0.42% | - |
| HSV(B) | 76.36º | 0.84% | 0.72% | - |
| XYZ | 28.53 | 40.13 | 7.47 | - |
| YUV | 153.89 | 58.09 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 30 | 0.23 | 0 | 0.84 | 0.28 | 76.36 | 0.72 | 0.42 |
| Hex | 8E | B8 | 1E | 17 | 0 | 54 | 1C | 4C | 48 | 2A |
| Octal | 216 | 270 | 36 | 27 | 0 | 124 | 34 | 114 | 110 | 52 |
| Binary | 10001110 | 10111000 | 11110 | 10111 | 0 | 1010100 | 11100 | 1001100 | 1001000 | 101010 |
Color Harmonies of #8EB81E
Complementary color
Monochromatic Colors of #8EB81E
Black with #8EB81E
Text Example
Text Example
White with #8EB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB81E; }
p { color: rgb(142,184,30); }
H1.HeaderClassName
{
color: #8EB81E;
}
.AnyTagClassName
{
color: #8EB81E;
}
</style>
background-color css
<style>
a { background-color: #8EB81E; }
a { background-color: rgb(142,184,30); }
div.DivClassName
{
background-color: #8EB81E;
}
.BgClassName
{
background-color: #8EB81E;
}
</style>
border-color css
<style>
span { border-color: #8EB81E; }
span { border-color: rgb(142,184,30); }
td.TdClassName
{
border-color: #8EB81E;
}
.TagClassName
{
border-color: #8EB81E;
}
</style>