Shades of Limerick #8DBE24
Tints of Limerick #8DBE24
RGB
CMYK
RGB Variations
Color information
#8DBE24 (or 0x8DBE24) is known color: Limerick. HEX triplet: 8D, BE and 24. RGB value is (141,190,36). Sum of RGB (Red+Green+Blue) = 141+190+36=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE24 is #7241DB. Grayscale: #9E9E9E. Windows color (decimal): -7487964 or 2408077. OLE color: 2408077.
HSL color Cylindrical-coordinate representation of color #8DBE24: hue angle of 79.09º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8DBE24 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 36 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.25 |
| HSL | 79.09º | 0.68% | 0.44% | - |
| HSV(B) | 79.09º | 0.81% | 0.75% | - |
| XYZ | 29.72 | 42.62 | 8.33 | - |
| YUV | 157.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 36 | 0.26 | 0 | 0.81 | 0.25 | 79.09 | 0.68 | 0.44 |
| Hex | 8D | BE | 24 | 1A | 0 | 51 | 19 | 4F | 44 | 2C |
| Octal | 215 | 276 | 44 | 32 | 0 | 121 | 31 | 117 | 104 | 54 |
| Binary | 10001101 | 10111110 | 100100 | 11010 | 0 | 1010001 | 11001 | 1001111 | 1000100 | 101100 |
Color Harmonies of #8DBE24
Complementary color
Monochromatic Colors of #8DBE24
Black with #8DBE24
Text Example
Text Example
White with #8DBE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE24; }
p { color: rgb(141,190,36); }
H1.HeaderClassName
{
color: #8DBE24;
}
.AnyTagClassName
{
color: #8DBE24;
}
</style>
background-color css
<style>
a { background-color: #8DBE24; }
a { background-color: rgb(141,190,36); }
div.DivClassName
{
background-color: #8DBE24;
}
.BgClassName
{
background-color: #8DBE24;
}
</style>
border-color css
<style>
span { border-color: #8DBE24; }
span { border-color: rgb(141,190,36); }
td.TdClassName
{
border-color: #8DBE24;
}
.TagClassName
{
border-color: #8DBE24;
}
</style>