Shades of Limerick #8CBC2F
Tints of Limerick #8CBC2F
RGB
CMYK
RGB Variations
Color information
#8CBC2F (or 0x8CBC2F) is known color: Limerick. HEX triplet: 8C, BC and 2F. RGB value is (140,188,47). Sum of RGB (Red+Green+Blue) = 140+188+47=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC2F is #7343D0. Grayscale: #9E9E9E. Windows color (decimal): -7554001 or 3128460. OLE color: 3128460.
HSL color Cylindrical-coordinate representation of color #8CBC2F: hue angle of 80.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CBC2F is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 47 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.26 |
| HSL | 80.43º | 0.6% | 0.46% | - |
| HSV(B) | 80.43º | 0.75% | 0.74% | - |
| XYZ | 29.31 | 41.75 | 9.2 | - |
| YUV | 157.57 | 65.6 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 47 | 0.26 | 0 | 0.75 | 0.26 | 80.43 | 0.6 | 0.46 |
| Hex | 8C | BC | 2F | 1A | 0 | 4B | 1A | 50 | 3C | 2E |
| Octal | 214 | 274 | 57 | 32 | 0 | 113 | 32 | 120 | 74 | 56 |
| Binary | 10001100 | 10111100 | 101111 | 11010 | 0 | 1001011 | 11010 | 1010000 | 111100 | 101110 |
Color Harmonies of #8CBC2F
Complementary color
Monochromatic Colors of #8CBC2F
Black with #8CBC2F
Text Example
Text Example
White with #8CBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC2F; }
p { color: rgb(140,188,47); }
H1.HeaderClassName
{
color: #8CBC2F;
}
.AnyTagClassName
{
color: #8CBC2F;
}
</style>
background-color css
<style>
a { background-color: #8CBC2F; }
a { background-color: rgb(140,188,47); }
div.DivClassName
{
background-color: #8CBC2F;
}
.BgClassName
{
background-color: #8CBC2F;
}
</style>
border-color css
<style>
span { border-color: #8CBC2F; }
span { border-color: rgb(140,188,47); }
td.TdClassName
{
border-color: #8CBC2F;
}
.TagClassName
{
border-color: #8CBC2F;
}
</style>