Shades of Limerick #84C02D
Tints of Limerick #84C02D
RGB
CMYK
RGB Variations
Color information
#84C02D (or 0x84C02D) is known color: Limerick. HEX triplet: 84, C0 and 2D. RGB value is (132,192,45). Sum of RGB (Red+Green+Blue) = 132+192+45=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #84C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C02D is #7B3FD2. Grayscale: #9D9D9D. Windows color (decimal): -8077267 or 2998404. OLE color: 2998404.
HSL color Cylindrical-coordinate representation of color #84C02D: hue angle of 84.49º degrees, saturation: 0.62, 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 #84C02D is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 45 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.25 |
| HSL | 84.49º | 0.62% | 0.46% | - |
| HSV(B) | 84.49º | 0.77% | 0.75% | - |
| XYZ | 28.84 | 42.79 | 9.22 | - |
| YUV | 157.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 45 | 0.31 | 0 | 0.77 | 0.25 | 84.49 | 0.62 | 0.46 |
| Hex | 84 | C0 | 2D | 1F | 0 | 4D | 19 | 54 | 3E | 2E |
| Octal | 204 | 300 | 55 | 37 | 0 | 115 | 31 | 124 | 76 | 56 |
| Binary | 10000100 | 11000000 | 101101 | 11111 | 0 | 1001101 | 11001 | 1010100 | 111110 | 101110 |
Color Harmonies of #84C02D
Complementary color
Monochromatic Colors of #84C02D
Black with #84C02D
Text Example
Text Example
White with #84C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C02D; }
p { color: rgb(132,192,45); }
H1.HeaderClassName
{
color: #84C02D;
}
.AnyTagClassName
{
color: #84C02D;
}
</style>
background-color css
<style>
a { background-color: #84C02D; }
a { background-color: rgb(132,192,45); }
div.DivClassName
{
background-color: #84C02D;
}
.BgClassName
{
background-color: #84C02D;
}
</style>
border-color css
<style>
span { border-color: #84C02D; }
span { border-color: rgb(132,192,45); }
td.TdClassName
{
border-color: #84C02D;
}
.TagClassName
{
border-color: #84C02D;
}
</style>