Shades of Limerick #8CC31B
Tints of Limerick #8CC31B
RGB
CMYK
RGB Variations
Color information
#8CC31B (or 0x8CC31B) is known color: Limerick. HEX triplet: 8C, C3 and 1B. RGB value is (140,195,27). Sum of RGB (Red+Green+Blue) = 140+195+27=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC31B is #733CE4. Grayscale: #A0A0A0. Windows color (decimal): -7552229 or 1819532. OLE color: 1819532.
HSL color Cylindrical-coordinate representation of color #8CC31B: hue angle of 79.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CC31B is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 27 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.24 |
| HSL | 79.64º | 0.76% | 0.44% | - |
| HSV(B) | 79.64º | 0.86% | 0.76% | - |
| XYZ | 30.53 | 44.68 | 8.05 | - |
| YUV | 159.4 | 53.28 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 27 | 0.28 | 0 | 0.86 | 0.24 | 79.64 | 0.76 | 0.44 |
| Hex | 8C | C3 | 1B | 1C | 0 | 56 | 18 | 50 | 4C | 2C |
| Octal | 214 | 303 | 33 | 34 | 0 | 126 | 30 | 120 | 114 | 54 |
| Binary | 10001100 | 11000011 | 11011 | 11100 | 0 | 1010110 | 11000 | 1010000 | 1001100 | 101100 |
Color Harmonies of #8CC31B
Complementary color
Monochromatic Colors of #8CC31B
Black with #8CC31B
Text Example
Text Example
White with #8CC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC31B; }
p { color: rgb(140,195,27); }
H1.HeaderClassName
{
color: #8CC31B;
}
.AnyTagClassName
{
color: #8CC31B;
}
</style>
background-color css
<style>
a { background-color: #8CC31B; }
a { background-color: rgb(140,195,27); }
div.DivClassName
{
background-color: #8CC31B;
}
.BgClassName
{
background-color: #8CC31B;
}
</style>
border-color css
<style>
span { border-color: #8CC31B; }
span { border-color: rgb(140,195,27); }
td.TdClassName
{
border-color: #8CC31B;
}
.TagClassName
{
border-color: #8CC31B;
}
</style>