Shades of Limerick #8FBC2E
Tints of Limerick #8FBC2E
RGB
CMYK
RGB Variations
Color information
#8FBC2E (or 0x8FBC2E) is known color: Limerick. HEX triplet: 8F, BC and 2E. RGB value is (143,188,46). Sum of RGB (Red+Green+Blue) = 143+188+46=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC2E is #7043D1. Grayscale: #9E9E9E. Windows color (decimal): -7357394 or 3062927. OLE color: 3062927.
HSL color Cylindrical-coordinate representation of color #8FBC2E: hue angle of 79.01º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FBC2E is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 46 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.26 |
| HSL | 79.01º | 0.61% | 0.46% | - |
| HSV(B) | 79.01º | 0.76% | 0.74% | - |
| XYZ | 29.8 | 42 | 9.12 | - |
| YUV | 158.36 | 64.59 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 46 | 0.24 | 0 | 0.76 | 0.26 | 79.01 | 0.61 | 0.46 |
| Hex | 8F | BC | 2E | 18 | 0 | 4C | 1A | 4F | 3D | 2E |
| Octal | 217 | 274 | 56 | 30 | 0 | 114 | 32 | 117 | 75 | 56 |
| Binary | 10001111 | 10111100 | 101110 | 11000 | 0 | 1001100 | 11010 | 1001111 | 111101 | 101110 |
Color Harmonies of #8FBC2E
Complementary color
Monochromatic Colors of #8FBC2E
Black with #8FBC2E
Text Example
Text Example
White with #8FBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC2E; }
p { color: rgb(143,188,46); }
H1.HeaderClassName
{
color: #8FBC2E;
}
.AnyTagClassName
{
color: #8FBC2E;
}
</style>
background-color css
<style>
a { background-color: #8FBC2E; }
a { background-color: rgb(143,188,46); }
div.DivClassName
{
background-color: #8FBC2E;
}
.BgClassName
{
background-color: #8FBC2E;
}
</style>
border-color css
<style>
span { border-color: #8FBC2E; }
span { border-color: rgb(143,188,46); }
td.TdClassName
{
border-color: #8FBC2E;
}
.TagClassName
{
border-color: #8FBC2E;
}
</style>