Shades of Limerick #8BBC30
Tints of Limerick #8BBC30
RGB
CMYK
RGB Variations
Color information
#8BBC30 (or 0x8BBC30) is known color: Limerick. HEX triplet: 8B, BC and 30. RGB value is (139,188,48). Sum of RGB (Red+Green+Blue) = 139+188+48=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBC30 is #7443CF. Grayscale: #9D9D9D. Windows color (decimal): -7619536 or 3193995. OLE color: 3193995.
HSL color Cylindrical-coordinate representation of color #8BBC30: hue angle of 81º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8BBC30 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 48 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.26 |
| HSL | 81º | 0.59% | 0.46% | - |
| HSV(B) | 81º | 0.74% | 0.74% | - |
| XYZ | 29.16 | 41.67 | 9.3 | - |
| YUV | 157.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 48 | 0.26 | 0 | 0.74 | 0.26 | 81 | 0.59 | 0.46 |
| Hex | 8B | BC | 30 | 1A | 0 | 4A | 1A | 51 | 3B | 2E |
| Octal | 213 | 274 | 60 | 32 | 0 | 112 | 32 | 121 | 73 | 56 |
| Binary | 10001011 | 10111100 | 110000 | 11010 | 0 | 1001010 | 11010 | 1010001 | 111011 | 101110 |
Color Harmonies of #8BBC30
Complementary color
Monochromatic Colors of #8BBC30
Black with #8BBC30
Text Example
Text Example
White with #8BBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC30; }
p { color: rgb(139,188,48); }
H1.HeaderClassName
{
color: #8BBC30;
}
.AnyTagClassName
{
color: #8BBC30;
}
</style>
background-color css
<style>
a { background-color: #8BBC30; }
a { background-color: rgb(139,188,48); }
div.DivClassName
{
background-color: #8BBC30;
}
.BgClassName
{
background-color: #8BBC30;
}
</style>
border-color css
<style>
span { border-color: #8BBC30; }
span { border-color: rgb(139,188,48); }
td.TdClassName
{
border-color: #8BBC30;
}
.TagClassName
{
border-color: #8BBC30;
}
</style>