Shades of Limerick #8BBF2C
Tints of Limerick #8BBF2C
RGB
CMYK
RGB Variations
Color information
#8BBF2C (or 0x8BBF2C) is known color: Limerick. HEX triplet: 8B, BF and 2C. RGB value is (139,191,44). Sum of RGB (Red+Green+Blue) = 139+191+44=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 44 (17.58% from 255 or 11.76% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BBF2C is #7440D3. Grayscale: #9F9F9F. Windows color (decimal): -7618772 or 2932619. OLE color: 2932619.
HSL color Cylindrical-coordinate representation of color #8BBF2C: hue angle of 81.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BBF2C is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 191 | 44 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.25 |
| HSL | 81.22º | 0.63% | 0.46% | - |
| HSV(B) | 81.22º | 0.77% | 0.75% | - |
| XYZ | 29.73 | 42.93 | 9.1 | - |
| YUV | 158.69 | 63.27 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 44 | 0.27 | 0 | 0.77 | 0.25 | 81.22 | 0.63 | 0.46 |
| Hex | 8B | BF | 2C | 1B | 0 | 4D | 19 | 51 | 3F | 2E |
| Octal | 213 | 277 | 54 | 33 | 0 | 115 | 31 | 121 | 77 | 56 |
| Binary | 10001011 | 10111111 | 101100 | 11011 | 0 | 1001101 | 11001 | 1010001 | 111111 | 101110 |
Color Harmonies of #8BBF2C
Complementary color
Monochromatic Colors of #8BBF2C
Black with #8BBF2C
Text Example
Text Example
White with #8BBF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBF2C; }
p { color: rgb(139,191,44); }
H1.HeaderClassName
{
color: #8BBF2C;
}
.AnyTagClassName
{
color: #8BBF2C;
}
</style>
background-color css
<style>
a { background-color: #8BBF2C; }
a { background-color: rgb(139,191,44); }
div.DivClassName
{
background-color: #8BBF2C;
}
.BgClassName
{
background-color: #8BBF2C;
}
</style>
border-color css
<style>
span { border-color: #8BBF2C; }
span { border-color: rgb(139,191,44); }
td.TdClassName
{
border-color: #8BBF2C;
}
.TagClassName
{
border-color: #8BBF2C;
}
</style>