Shades of Limerick #8DBC2C
Tints of Limerick #8DBC2C
RGB
CMYK
RGB Variations
Color information
#8DBC2C (or 0x8DBC2C) is known color: Limerick. HEX triplet: 8D, BC and 2C. RGB value is (141,188,44). Sum of RGB (Red+Green+Blue) = 141+188+44=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC2C is #7243D3. Grayscale: #9E9E9E. Windows color (decimal): -7488468 or 2931853. OLE color: 2931853.
HSL color Cylindrical-coordinate representation of color #8DBC2C: hue angle of 79.58º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DBC2C is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 44 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.26 |
| HSL | 79.58º | 0.62% | 0.45% | - |
| HSV(B) | 79.58º | 0.77% | 0.74% | - |
| XYZ | 29.42 | 41.81 | 8.9 | - |
| YUV | 157.53 | 63.93 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 44 | 0.25 | 0 | 0.77 | 0.26 | 79.58 | 0.62 | 0.45 |
| Hex | 8D | BC | 2C | 19 | 0 | 4D | 1A | 50 | 3E | 2D |
| Octal | 215 | 274 | 54 | 31 | 0 | 115 | 32 | 120 | 76 | 55 |
| Binary | 10001101 | 10111100 | 101100 | 11001 | 0 | 1001101 | 11010 | 1010000 | 111110 | 101101 |
Color Harmonies of #8DBC2C
Complementary color
Monochromatic Colors of #8DBC2C
Black with #8DBC2C
Text Example
Text Example
White with #8DBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC2C; }
p { color: rgb(141,188,44); }
H1.HeaderClassName
{
color: #8DBC2C;
}
.AnyTagClassName
{
color: #8DBC2C;
}
</style>
background-color css
<style>
a { background-color: #8DBC2C; }
a { background-color: rgb(141,188,44); }
div.DivClassName
{
background-color: #8DBC2C;
}
.BgClassName
{
background-color: #8DBC2C;
}
</style>
border-color css
<style>
span { border-color: #8DBC2C; }
span { border-color: rgb(141,188,44); }
td.TdClassName
{
border-color: #8DBC2C;
}
.TagClassName
{
border-color: #8DBC2C;
}
</style>