Shades of Limerick #8CB41E
Tints of Limerick #8CB41E
RGB
CMYK
RGB Variations
Color information
#8CB41E (or 0x8CB41E) is known color: Limerick. HEX triplet: 8C, B4 and 1E. RGB value is (140,180,30). Sum of RGB (Red+Green+Blue) = 140+180+30=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB41E is #734BE1. Grayscale: #979797. Windows color (decimal): -7556066 or 2012300. OLE color: 2012300.
HSL color Cylindrical-coordinate representation of color #8CB41E: hue angle of 76º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CB41E is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 30 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.29 |
| HSL | 76º | 0.71% | 0.41% | - |
| HSV(B) | 76º | 0.83% | 0.71% | - |
| XYZ | 27.37 | 38.31 | 7.18 | - |
| YUV | 150.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 30 | 0.22 | 0 | 0.83 | 0.29 | 76 | 0.71 | 0.41 |
| Hex | 8C | B4 | 1E | 16 | 0 | 53 | 1D | 4C | 47 | 29 |
| Octal | 214 | 264 | 36 | 26 | 0 | 123 | 35 | 114 | 107 | 51 |
| Binary | 10001100 | 10110100 | 11110 | 10110 | 0 | 1010011 | 11101 | 1001100 | 1000111 | 101001 |
Color Harmonies of #8CB41E
Complementary color
Monochromatic Colors of #8CB41E
Black with #8CB41E
Text Example
Text Example
White with #8CB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB41E; }
p { color: rgb(140,180,30); }
H1.HeaderClassName
{
color: #8CB41E;
}
.AnyTagClassName
{
color: #8CB41E;
}
</style>
background-color css
<style>
a { background-color: #8CB41E; }
a { background-color: rgb(140,180,30); }
div.DivClassName
{
background-color: #8CB41E;
}
.BgClassName
{
background-color: #8CB41E;
}
</style>
border-color css
<style>
span { border-color: #8CB41E; }
span { border-color: rgb(140,180,30); }
td.TdClassName
{
border-color: #8CB41E;
}
.TagClassName
{
border-color: #8CB41E;
}
</style>