Shades of Limerick #8EC31B
Tints of Limerick #8EC31B
RGB
CMYK
RGB Variations
Color information
#8EC31B (or 0x8EC31B) is known color: Limerick. HEX triplet: 8E, C3 and 1B. RGB value is (142,195,27). Sum of RGB (Red+Green+Blue) = 142+195+27=364 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.01% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC31B is #713CE4. Grayscale: #A0A0A0. Windows color (decimal): -7421157 or 1819534. OLE color: 1819534.
HSL color Cylindrical-coordinate representation of color #8EC31B: hue angle of 78.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8EC31B is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 27 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.24 |
| HSL | 78.93º | 0.76% | 0.44% | - |
| HSV(B) | 78.93º | 0.86% | 0.76% | - |
| XYZ | 30.87 | 44.86 | 8.07 | - |
| YUV | 160 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 27 | 0.27 | 0 | 0.86 | 0.24 | 78.93 | 0.76 | 0.44 |
| Hex | 8E | C3 | 1B | 1B | 0 | 56 | 18 | 4F | 4C | 2C |
| Octal | 216 | 303 | 33 | 33 | 0 | 126 | 30 | 117 | 114 | 54 |
| Binary | 10001110 | 11000011 | 11011 | 11011 | 0 | 1010110 | 11000 | 1001111 | 1001100 | 101100 |
Color Harmonies of #8EC31B
Complementary color
Monochromatic Colors of #8EC31B
Black with #8EC31B
Text Example
Text Example
White with #8EC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC31B; }
p { color: rgb(142,195,27); }
H1.HeaderClassName
{
color: #8EC31B;
}
.AnyTagClassName
{
color: #8EC31B;
}
</style>
background-color css
<style>
a { background-color: #8EC31B; }
a { background-color: rgb(142,195,27); }
div.DivClassName
{
background-color: #8EC31B;
}
.BgClassName
{
background-color: #8EC31B;
}
</style>
border-color css
<style>
span { border-color: #8EC31B; }
span { border-color: rgb(142,195,27); }
td.TdClassName
{
border-color: #8EC31B;
}
.TagClassName
{
border-color: #8EC31B;
}
</style>