Shades of Limerick #88BD34
Tints of Limerick #88BD34
RGB
CMYK
RGB Variations
Color information
#88BD34 (or 0x88BD34) is known color: Limerick. HEX triplet: 88, BD and 34. RGB value is (136,189,52). Sum of RGB (Red+Green+Blue) = 136+189+52=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88BD34 is #7742CB. Grayscale: #9E9E9E. Windows color (decimal): -7815884 or 3456392. OLE color: 3456392.
HSL color Cylindrical-coordinate representation of color #88BD34: hue angle of 83.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88BD34 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 52 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.26 |
| HSL | 83.21º | 0.57% | 0.47% | - |
| HSV(B) | 83.21º | 0.72% | 0.74% | - |
| XYZ | 28.97 | 41.88 | 9.81 | - |
| YUV | 157.54 | 68.44 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 52 | 0.28 | 0 | 0.72 | 0.26 | 83.21 | 0.57 | 0.47 |
| Hex | 88 | BD | 34 | 1C | 0 | 48 | 1A | 53 | 39 | 2F |
| Octal | 210 | 275 | 64 | 34 | 0 | 110 | 32 | 123 | 71 | 57 |
| Binary | 10001000 | 10111101 | 110100 | 11100 | 0 | 1001000 | 11010 | 1010011 | 111001 | 101111 |
Color Harmonies of #88BD34
Complementary color
Monochromatic Colors of #88BD34
Black with #88BD34
Text Example
Text Example
White with #88BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD34; }
p { color: rgb(136,189,52); }
H1.HeaderClassName
{
color: #88BD34;
}
.AnyTagClassName
{
color: #88BD34;
}
</style>
background-color css
<style>
a { background-color: #88BD34; }
a { background-color: rgb(136,189,52); }
div.DivClassName
{
background-color: #88BD34;
}
.BgClassName
{
background-color: #88BD34;
}
</style>
border-color css
<style>
span { border-color: #88BD34; }
span { border-color: rgb(136,189,52); }
td.TdClassName
{
border-color: #88BD34;
}
.TagClassName
{
border-color: #88BD34;
}
</style>