Shades of Limerick #8CB31E
Tints of Limerick #8CB31E
RGB
CMYK
RGB Variations
Color information
#8CB31E (or 0x8CB31E) is known color: Limerick. HEX triplet: 8C, B3 and 1E. RGB value is (140,179,30). Sum of RGB (Red+Green+Blue) = 140+179+30=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB31E is #734CE1. Grayscale: #969696. Windows color (decimal): -7556322 or 2012044. OLE color: 2012044.
HSL color Cylindrical-coordinate representation of color #8CB31E: hue angle of 75.7º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CB31E is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 30 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.30 |
| HSL | 75.7º | 0.71% | 0.41% | - |
| HSV(B) | 75.7º | 0.83% | 0.7% | - |
| XYZ | 27.17 | 37.91 | 7.11 | - |
| YUV | 150.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 30 | 0.22 | 0 | 0.83 | 0.30 | 75.7 | 0.71 | 0.41 |
| Hex | 8C | B3 | 1E | 16 | 0 | 53 | 1E | 4C | 47 | 29 |
| Octal | 214 | 263 | 36 | 26 | 0 | 123 | 36 | 114 | 107 | 51 |
| Binary | 10001100 | 10110011 | 11110 | 10110 | 0 | 1010011 | 11110 | 1001100 | 1000111 | 101001 |
Color Harmonies of #8CB31E
Complementary color
Monochromatic Colors of #8CB31E
Black with #8CB31E
Text Example
Text Example
White with #8CB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB31E; }
p { color: rgb(140,179,30); }
H1.HeaderClassName
{
color: #8CB31E;
}
.AnyTagClassName
{
color: #8CB31E;
}
</style>
background-color css
<style>
a { background-color: #8CB31E; }
a { background-color: rgb(140,179,30); }
div.DivClassName
{
background-color: #8CB31E;
}
.BgClassName
{
background-color: #8CB31E;
}
</style>
border-color css
<style>
span { border-color: #8CB31E; }
span { border-color: rgb(140,179,30); }
td.TdClassName
{
border-color: #8CB31E;
}
.TagClassName
{
border-color: #8CB31E;
}
</style>