Shades of Limerick #88C024
Tints of Limerick #88C024
RGB
CMYK
RGB Variations
Color information
#88C024 (or 0x88C024) is known color: Limerick. HEX triplet: 88, C0 and 24. RGB value is (136,192,36). Sum of RGB (Red+Green+Blue) = 136+192+36=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #88C024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C024 is #773FDB. Grayscale: #9E9E9E. Windows color (decimal): -7815132 or 2408584. OLE color: 2408584.
HSL color Cylindrical-coordinate representation of color #88C024: hue angle of 81.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88C024 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 36 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.25 |
| HSL | 81.54º | 0.68% | 0.45% | - |
| HSV(B) | 81.54º | 0.81% | 0.75% | - |
| XYZ | 29.32 | 43.06 | 8.44 | - |
| YUV | 157.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 36 | 0.29 | 0 | 0.81 | 0.25 | 81.54 | 0.68 | 0.45 |
| Hex | 88 | C0 | 24 | 1D | 0 | 51 | 19 | 52 | 44 | 2D |
| Octal | 210 | 300 | 44 | 35 | 0 | 121 | 31 | 122 | 104 | 55 |
| Binary | 10001000 | 11000000 | 100100 | 11101 | 0 | 1010001 | 11001 | 1010010 | 1000100 | 101101 |
Color Harmonies of #88C024
Complementary color
Monochromatic Colors of #88C024
Black with #88C024
Text Example
Text Example
White with #88C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C024; }
p { color: rgb(136,192,36); }
H1.HeaderClassName
{
color: #88C024;
}
.AnyTagClassName
{
color: #88C024;
}
</style>
background-color css
<style>
a { background-color: #88C024; }
a { background-color: rgb(136,192,36); }
div.DivClassName
{
background-color: #88C024;
}
.BgClassName
{
background-color: #88C024;
}
</style>
border-color css
<style>
span { border-color: #88C024; }
span { border-color: rgb(136,192,36); }
td.TdClassName
{
border-color: #88C024;
}
.TagClassName
{
border-color: #88C024;
}
</style>