Shades of Limerick #8CBE2B
Tints of Limerick #8CBE2B
RGB
CMYK
RGB Variations
Color information
#8CBE2B (or 0x8CBE2B) is known color: Limerick. HEX triplet: 8C, BE and 2B. RGB value is (140,190,43). Sum of RGB (Red+Green+Blue) = 140+190+43=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE2B is #7341D4. Grayscale: #9E9E9E. Windows color (decimal): -7553493 or 2866828. OLE color: 2866828.
HSL color Cylindrical-coordinate representation of color #8CBE2B: hue angle of 80.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CBE2B is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 43 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.25 |
| HSL | 80.41º | 0.63% | 0.46% | - |
| HSV(B) | 80.41º | 0.77% | 0.75% | - |
| XYZ | 29.66 | 42.58 | 8.94 | - |
| YUV | 158.29 | 62.94 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 43 | 0.26 | 0 | 0.77 | 0.25 | 80.41 | 0.63 | 0.46 |
| Hex | 8C | BE | 2B | 1A | 0 | 4D | 19 | 50 | 3F | 2E |
| Octal | 214 | 276 | 53 | 32 | 0 | 115 | 31 | 120 | 77 | 56 |
| Binary | 10001100 | 10111110 | 101011 | 11010 | 0 | 1001101 | 11001 | 1010000 | 111111 | 101110 |
Color Harmonies of #8CBE2B
Complementary color
Monochromatic Colors of #8CBE2B
Black with #8CBE2B
Text Example
Text Example
White with #8CBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE2B; }
p { color: rgb(140,190,43); }
H1.HeaderClassName
{
color: #8CBE2B;
}
.AnyTagClassName
{
color: #8CBE2B;
}
</style>
background-color css
<style>
a { background-color: #8CBE2B; }
a { background-color: rgb(140,190,43); }
div.DivClassName
{
background-color: #8CBE2B;
}
.BgClassName
{
background-color: #8CBE2B;
}
</style>
border-color css
<style>
span { border-color: #8CBE2B; }
span { border-color: rgb(140,190,43); }
td.TdClassName
{
border-color: #8CBE2B;
}
.TagClassName
{
border-color: #8CBE2B;
}
</style>