Shades of Limerick #88C218
Tints of Limerick #88C218
RGB
CMYK
RGB Variations
Color information
#88C218 (or 0x88C218) is known color: Limerick. HEX triplet: 88, C2 and 18. RGB value is (136,194,24). Sum of RGB (Red+Green+Blue) = 136+194+24=354 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.42% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #88C218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C218 is #773DE7. Grayscale: #9D9D9D. Windows color (decimal): -7814632 or 1622664. OLE color: 1622664.
HSL color Cylindrical-coordinate representation of color #88C218: hue angle of 80.47º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88C218 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 24 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.24 |
| HSL | 80.47º | 0.78% | 0.43% | - |
| HSV(B) | 80.47º | 0.88% | 0.76% | - |
| XYZ | 29.61 | 43.88 | 7.77 | - |
| YUV | 157.28 | 52.78 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 24 | 0.30 | 0 | 0.88 | 0.24 | 80.47 | 0.78 | 0.43 |
| Hex | 88 | C2 | 18 | 1E | 0 | 58 | 18 | 50 | 4E | 2B |
| Octal | 210 | 302 | 30 | 36 | 0 | 130 | 30 | 120 | 116 | 53 |
| Binary | 10001000 | 11000010 | 11000 | 11110 | 0 | 1011000 | 11000 | 1010000 | 1001110 | 101011 |
Color Harmonies of #88C218
Complementary color
Monochromatic Colors of #88C218
Black with #88C218
Text Example
Text Example
White with #88C218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C218; }
p { color: rgb(136,194,24); }
H1.HeaderClassName
{
color: #88C218;
}
.AnyTagClassName
{
color: #88C218;
}
</style>
background-color css
<style>
a { background-color: #88C218; }
a { background-color: rgb(136,194,24); }
div.DivClassName
{
background-color: #88C218;
}
.BgClassName
{
background-color: #88C218;
}
</style>
border-color css
<style>
span { border-color: #88C218; }
span { border-color: rgb(136,194,24); }
td.TdClassName
{
border-color: #88C218;
}
.TagClassName
{
border-color: #88C218;
}
</style>