Shades of Limerick #84C029
Tints of Limerick #84C029
RGB
CMYK
RGB Variations
Color information
#84C029 (or 0x84C029) is known color: Limerick. HEX triplet: 84, C0 and 29. RGB value is (132,192,41). Sum of RGB (Red+Green+Blue) = 132+192+41=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #84C029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C029 is #7B3FD6. Grayscale: #9D9D9D. Windows color (decimal): -8077271 or 2736260. OLE color: 2736260.
HSL color Cylindrical-coordinate representation of color #84C029: hue angle of 83.84º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84C029 is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 41 | - |
| CMYK | 0.31 | 0 | 0.79 | 0.25 |
| HSL | 83.84º | 0.65% | 0.46% | - |
| HSV(B) | 83.84º | 0.79% | 0.75% | - |
| XYZ | 28.77 | 42.76 | 8.84 | - |
| YUV | 156.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 41 | 0.31 | 0 | 0.79 | 0.25 | 83.84 | 0.65 | 0.46 |
| Hex | 84 | C0 | 29 | 1F | 0 | 4F | 19 | 54 | 41 | 2E |
| Octal | 204 | 300 | 51 | 37 | 0 | 117 | 31 | 124 | 101 | 56 |
| Binary | 10000100 | 11000000 | 101001 | 11111 | 0 | 1001111 | 11001 | 1010100 | 1000001 | 101110 |
Color Harmonies of #84C029
Complementary color
Monochromatic Colors of #84C029
Black with #84C029
Text Example
Text Example
White with #84C029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C029; }
p { color: rgb(132,192,41); }
H1.HeaderClassName
{
color: #84C029;
}
.AnyTagClassName
{
color: #84C029;
}
</style>
background-color css
<style>
a { background-color: #84C029; }
a { background-color: rgb(132,192,41); }
div.DivClassName
{
background-color: #84C029;
}
.BgClassName
{
background-color: #84C029;
}
</style>
border-color css
<style>
span { border-color: #84C029; }
span { border-color: rgb(132,192,41); }
td.TdClassName
{
border-color: #84C029;
}
.TagClassName
{
border-color: #84C029;
}
</style>