Shades of Limerick #8BAF30
Tints of Limerick #8BAF30
RGB
CMYK
RGB Variations
Color information
#8BAF30 (or 0x8BAF30) is known color: Limerick. HEX triplet: 8B, AF and 30. RGB value is (139,175,48). Sum of RGB (Red+Green+Blue) = 139+175+48=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BAF30 is #7450CF. Grayscale: #969696. Windows color (decimal): -7622864 or 3190667. OLE color: 3190667.
HSL color Cylindrical-coordinate representation of color #8BAF30: hue angle of 77.01º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BAF30 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 48 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.31 |
| HSL | 77.01º | 0.57% | 0.44% | - |
| HSV(B) | 77.01º | 0.73% | 0.69% | - |
| XYZ | 26.51 | 36.36 | 8.42 | - |
| YUV | 149.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 48 | 0.21 | 0 | 0.73 | 0.31 | 77.01 | 0.57 | 0.44 |
| Hex | 8B | AF | 30 | 15 | 0 | 49 | 1F | 4D | 39 | 2C |
| Octal | 213 | 257 | 60 | 25 | 0 | 111 | 37 | 115 | 71 | 54 |
| Binary | 10001011 | 10101111 | 110000 | 10101 | 0 | 1001001 | 11111 | 1001101 | 111001 | 101100 |
Color Harmonies of #8BAF30
Complementary color
Monochromatic Colors of #8BAF30
Black with #8BAF30
Text Example
Text Example
White with #8BAF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF30; }
p { color: rgb(139,175,48); }
H1.HeaderClassName
{
color: #8BAF30;
}
.AnyTagClassName
{
color: #8BAF30;
}
</style>
background-color css
<style>
a { background-color: #8BAF30; }
a { background-color: rgb(139,175,48); }
div.DivClassName
{
background-color: #8BAF30;
}
.BgClassName
{
background-color: #8BAF30;
}
</style>
border-color css
<style>
span { border-color: #8BAF30; }
span { border-color: rgb(139,175,48); }
td.TdClassName
{
border-color: #8BAF30;
}
.TagClassName
{
border-color: #8BAF30;
}
</style>