Shades of Limerick #8CBE2D
Tints of Limerick #8CBE2D
RGB
CMYK
RGB Variations
Color information
#8CBE2D (or 0x8CBE2D) is known color: Limerick. HEX triplet: 8C, BE and 2D. RGB value is (140,190,45). Sum of RGB (Red+Green+Blue) = 140+190+45=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE2D is #7341D2. Grayscale: #9F9F9F. Windows color (decimal): -7553491 or 2997900. OLE color: 2997900.
HSL color Cylindrical-coordinate representation of color #8CBE2D: hue angle of 80.69º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CBE2D is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 45 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.25 |
| HSL | 80.69º | 0.62% | 0.46% | - |
| HSV(B) | 80.69º | 0.76% | 0.75% | - |
| XYZ | 29.7 | 42.59 | 9.14 | - |
| YUV | 158.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 45 | 0.26 | 0 | 0.76 | 0.25 | 80.69 | 0.62 | 0.46 |
| Hex | 8C | BE | 2D | 1A | 0 | 4C | 19 | 51 | 3E | 2E |
| Octal | 214 | 276 | 55 | 32 | 0 | 114 | 31 | 121 | 76 | 56 |
| Binary | 10001100 | 10111110 | 101101 | 11010 | 0 | 1001100 | 11001 | 1010001 | 111110 | 101110 |
Color Harmonies of #8CBE2D
Complementary color
Monochromatic Colors of #8CBE2D
Black with #8CBE2D
Text Example
Text Example
White with #8CBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE2D; }
p { color: rgb(140,190,45); }
H1.HeaderClassName
{
color: #8CBE2D;
}
.AnyTagClassName
{
color: #8CBE2D;
}
</style>
background-color css
<style>
a { background-color: #8CBE2D; }
a { background-color: rgb(140,190,45); }
div.DivClassName
{
background-color: #8CBE2D;
}
.BgClassName
{
background-color: #8CBE2D;
}
</style>
border-color css
<style>
span { border-color: #8CBE2D; }
span { border-color: rgb(140,190,45); }
td.TdClassName
{
border-color: #8CBE2D;
}
.TagClassName
{
border-color: #8CBE2D;
}
</style>