Shades of Limerick #84BA30
Tints of Limerick #84BA30
RGB
CMYK
RGB Variations
Color information
#84BA30 (or 0x84BA30) is known color: Limerick. HEX triplet: 84, BA and 30. RGB value is (132,186,48). Sum of RGB (Red+Green+Blue) = 132+186+48=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA30 is #7B45CF. Grayscale: #9A9A9A. Windows color (decimal): -8078800 or 3193476. OLE color: 3193476.
HSL color Cylindrical-coordinate representation of color #84BA30: hue angle of 83.48º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84BA30 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 186 | 48 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.27 |
| HSL | 83.48º | 0.59% | 0.46% | - |
| HSV(B) | 83.48º | 0.74% | 0.73% | - |
| XYZ | 27.61 | 40.24 | 9.11 | - |
| YUV | 154.12 | 68.11 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 186 | 48 | 0.29 | 0 | 0.74 | 0.27 | 83.48 | 0.59 | 0.46 |
| Hex | 84 | BA | 30 | 1D | 0 | 4A | 1B | 53 | 3B | 2E |
| Octal | 204 | 272 | 60 | 35 | 0 | 112 | 33 | 123 | 73 | 56 |
| Binary | 10000100 | 10111010 | 110000 | 11101 | 0 | 1001010 | 11011 | 1010011 | 111011 | 101110 |
Color Harmonies of #84BA30
Complementary color
Monochromatic Colors of #84BA30
Black with #84BA30
Text Example
Text Example
White with #84BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BA30; }
p { color: rgb(132,186,48); }
H1.HeaderClassName
{
color: #84BA30;
}
.AnyTagClassName
{
color: #84BA30;
}
</style>
background-color css
<style>
a { background-color: #84BA30; }
a { background-color: rgb(132,186,48); }
div.DivClassName
{
background-color: #84BA30;
}
.BgClassName
{
background-color: #84BA30;
}
</style>
border-color css
<style>
span { border-color: #84BA30; }
span { border-color: rgb(132,186,48); }
td.TdClassName
{
border-color: #84BA30;
}
.TagClassName
{
border-color: #84BA30;
}
</style>