Shades of Limerick #8DBC24
Tints of Limerick #8DBC24
RGB
CMYK
RGB Variations
Color information
#8DBC24 (or 0x8DBC24) is known color: Limerick. HEX triplet: 8D, BC and 24. RGB value is (141,188,36). Sum of RGB (Red+Green+Blue) = 141+188+36=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC24 is #7243DB. Grayscale: #9D9D9D. Windows color (decimal): -7488476 or 2407565. OLE color: 2407565.
HSL color Cylindrical-coordinate representation of color #8DBC24: hue angle of 78.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8DBC24 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 36 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.26 |
| HSL | 78.55º | 0.68% | 0.44% | - |
| HSV(B) | 78.55º | 0.81% | 0.74% | - |
| XYZ | 29.29 | 41.76 | 8.19 | - |
| YUV | 156.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 36 | 0.25 | 0 | 0.81 | 0.26 | 78.55 | 0.68 | 0.44 |
| Hex | 8D | BC | 24 | 19 | 0 | 51 | 1A | 4F | 44 | 2C |
| Octal | 215 | 274 | 44 | 31 | 0 | 121 | 32 | 117 | 104 | 54 |
| Binary | 10001101 | 10111100 | 100100 | 11001 | 0 | 1010001 | 11010 | 1001111 | 1000100 | 101100 |
Color Harmonies of #8DBC24
Complementary color
Monochromatic Colors of #8DBC24
Black with #8DBC24
Text Example
Text Example
White with #8DBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC24; }
p { color: rgb(141,188,36); }
H1.HeaderClassName
{
color: #8DBC24;
}
.AnyTagClassName
{
color: #8DBC24;
}
</style>
background-color css
<style>
a { background-color: #8DBC24; }
a { background-color: rgb(141,188,36); }
div.DivClassName
{
background-color: #8DBC24;
}
.BgClassName
{
background-color: #8DBC24;
}
</style>
border-color css
<style>
span { border-color: #8DBC24; }
span { border-color: rgb(141,188,36); }
td.TdClassName
{
border-color: #8DBC24;
}
.TagClassName
{
border-color: #8DBC24;
}
</style>