Shades of Limerick #8EBB2A
Tints of Limerick #8EBB2A
RGB
CMYK
RGB Variations
Color information
#8EBB2A (or 0x8EBB2A) is known color: Limerick. HEX triplet: 8E, BB and 2A. RGB value is (142,187,42). Sum of RGB (Red+Green+Blue) = 142+187+42=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #8EBB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBB2A is #7144D5. Grayscale: #9D9D9D. Windows color (decimal): -7423190 or 2800526. OLE color: 2800526.
HSL color Cylindrical-coordinate representation of color #8EBB2A: hue angle of 78.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EBB2A is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 187 | 42 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.27 |
| HSL | 78.62º | 0.63% | 0.45% | - |
| HSV(B) | 78.62º | 0.78% | 0.73% | - |
| XYZ | 29.34 | 41.46 | 8.65 | - |
| YUV | 157.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 42 | 0.24 | 0 | 0.78 | 0.27 | 78.62 | 0.63 | 0.45 |
| Hex | 8E | BB | 2A | 18 | 0 | 4E | 1B | 4F | 3F | 2D |
| Octal | 216 | 273 | 52 | 30 | 0 | 116 | 33 | 117 | 77 | 55 |
| Binary | 10001110 | 10111011 | 101010 | 11000 | 0 | 1001110 | 11011 | 1001111 | 111111 | 101101 |
Color Harmonies of #8EBB2A
Complementary color
Monochromatic Colors of #8EBB2A
Black with #8EBB2A
Text Example
Text Example
White with #8EBB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBB2A; }
p { color: rgb(142,187,42); }
H1.HeaderClassName
{
color: #8EBB2A;
}
.AnyTagClassName
{
color: #8EBB2A;
}
</style>
background-color css
<style>
a { background-color: #8EBB2A; }
a { background-color: rgb(142,187,42); }
div.DivClassName
{
background-color: #8EBB2A;
}
.BgClassName
{
background-color: #8EBB2A;
}
</style>
border-color css
<style>
span { border-color: #8EBB2A; }
span { border-color: rgb(142,187,42); }
td.TdClassName
{
border-color: #8EBB2A;
}
.TagClassName
{
border-color: #8EBB2A;
}
</style>