Shades of Limerick #8EB32B
Tints of Limerick #8EB32B
RGB
CMYK
RGB Variations
Color information
#8EB32B (or 0x8EB32B) is known color: Limerick. HEX triplet: 8E, B3 and 2B. RGB value is (142,179,43). Sum of RGB (Red+Green+Blue) = 142+179+43=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #8EB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EB32B is #714CD4. Grayscale: #989898. Windows color (decimal): -7425237 or 2864014. OLE color: 2864014.
HSL color Cylindrical-coordinate representation of color #8EB32B: hue angle of 76.32º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8EB32B is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 179 | 43 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.30 |
| HSL | 76.32º | 0.61% | 0.44% | - |
| HSV(B) | 76.32º | 0.76% | 0.7% | - |
| XYZ | 27.71 | 38.17 | 8.19 | - |
| YUV | 152.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 179 | 43 | 0.21 | 0 | 0.76 | 0.30 | 76.32 | 0.61 | 0.44 |
| Hex | 8E | B3 | 2B | 15 | 0 | 4C | 1E | 4C | 3D | 2C |
| Octal | 216 | 263 | 53 | 25 | 0 | 114 | 36 | 114 | 75 | 54 |
| Binary | 10001110 | 10110011 | 101011 | 10101 | 0 | 1001100 | 11110 | 1001100 | 111101 | 101100 |
Color Harmonies of #8EB32B
Complementary color
Monochromatic Colors of #8EB32B
Black with #8EB32B
Text Example
Text Example
White with #8EB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB32B; }
p { color: rgb(142,179,43); }
H1.HeaderClassName
{
color: #8EB32B;
}
.AnyTagClassName
{
color: #8EB32B;
}
</style>
background-color css
<style>
a { background-color: #8EB32B; }
a { background-color: rgb(142,179,43); }
div.DivClassName
{
background-color: #8EB32B;
}
.BgClassName
{
background-color: #8EB32B;
}
</style>
border-color css
<style>
span { border-color: #8EB32B; }
span { border-color: rgb(142,179,43); }
td.TdClassName
{
border-color: #8EB32B;
}
.TagClassName
{
border-color: #8EB32B;
}
</style>