Shades of Limerick #84BC30
Tints of Limerick #84BC30
RGB
CMYK
RGB Variations
Color information
#84BC30 (or 0x84BC30) is known color: Limerick. HEX triplet: 84, BC and 30. RGB value is (132,188,48). Sum of RGB (Red+Green+Blue) = 132+188+48=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC30 is #7B43CF. Grayscale: #9B9B9B. Windows color (decimal): -8078288 or 3193988. OLE color: 3193988.
HSL color Cylindrical-coordinate representation of color #84BC30: hue angle of 84º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84BC30 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 48 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.26 |
| HSL | 84º | 0.59% | 0.46% | - |
| HSV(B) | 84º | 0.74% | 0.74% | - |
| XYZ | 28.03 | 41.09 | 9.25 | - |
| YUV | 155.3 | 67.45 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 48 | 0.30 | 0 | 0.74 | 0.26 | 84 | 0.59 | 0.46 |
| Hex | 84 | BC | 30 | 1E | 0 | 4A | 1A | 54 | 3B | 2E |
| Octal | 204 | 274 | 60 | 36 | 0 | 112 | 32 | 124 | 73 | 56 |
| Binary | 10000100 | 10111100 | 110000 | 11110 | 0 | 1001010 | 11010 | 1010100 | 111011 | 101110 |
Color Harmonies of #84BC30
Complementary color
Monochromatic Colors of #84BC30
Black with #84BC30
Text Example
Text Example
White with #84BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC30; }
p { color: rgb(132,188,48); }
H1.HeaderClassName
{
color: #84BC30;
}
.AnyTagClassName
{
color: #84BC30;
}
</style>
background-color css
<style>
a { background-color: #84BC30; }
a { background-color: rgb(132,188,48); }
div.DivClassName
{
background-color: #84BC30;
}
.BgClassName
{
background-color: #84BC30;
}
</style>
border-color css
<style>
span { border-color: #84BC30; }
span { border-color: rgb(132,188,48); }
td.TdClassName
{
border-color: #84BC30;
}
.TagClassName
{
border-color: #84BC30;
}
</style>