Shades of Limerick #8FBC1E
Tints of Limerick #8FBC1E
RGB
CMYK
RGB Variations
Color information
#8FBC1E (or 0x8FBC1E) is known color: Limerick. HEX triplet: 8F, BC and 1E. RGB value is (143,188,30). Sum of RGB (Red+Green+Blue) = 143+188+30=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC1E is #7043E1. Grayscale: #9D9D9D. Windows color (decimal): -7357410 or 2014351. OLE color: 2014351.
HSL color Cylindrical-coordinate representation of color #8FBC1E: hue angle of 77.09º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8FBC1E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 30 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.26 |
| HSL | 77.09º | 0.72% | 0.43% | - |
| HSV(B) | 77.09º | 0.84% | 0.74% | - |
| XYZ | 29.55 | 41.9 | 7.76 | - |
| YUV | 156.53 | 56.59 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 30 | 0.24 | 0 | 0.84 | 0.26 | 77.09 | 0.72 | 0.43 |
| Hex | 8F | BC | 1E | 18 | 0 | 54 | 1A | 4D | 48 | 2B |
| Octal | 217 | 274 | 36 | 30 | 0 | 124 | 32 | 115 | 110 | 53 |
| Binary | 10001111 | 10111100 | 11110 | 11000 | 0 | 1010100 | 11010 | 1001101 | 1001000 | 101011 |
Color Harmonies of #8FBC1E
Complementary color
Monochromatic Colors of #8FBC1E
Black with #8FBC1E
Text Example
Text Example
White with #8FBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC1E; }
p { color: rgb(143,188,30); }
H1.HeaderClassName
{
color: #8FBC1E;
}
.AnyTagClassName
{
color: #8FBC1E;
}
</style>
background-color css
<style>
a { background-color: #8FBC1E; }
a { background-color: rgb(143,188,30); }
div.DivClassName
{
background-color: #8FBC1E;
}
.BgClassName
{
background-color: #8FBC1E;
}
</style>
border-color css
<style>
span { border-color: #8FBC1E; }
span { border-color: rgb(143,188,30); }
td.TdClassName
{
border-color: #8FBC1E;
}
.TagClassName
{
border-color: #8FBC1E;
}
</style>