Shades of Limerick #84C030
Tints of Limerick #84C030
RGB
CMYK
RGB Variations
Color information
#84C030 (or 0x84C030) is known color: Limerick. HEX triplet: 84, C0 and 30. RGB value is (132,192,48). Sum of RGB (Red+Green+Blue) = 132+192+48=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #84C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C030 is #7B3FCF. Grayscale: #9E9E9E. Windows color (decimal): -8077264 or 3195012. OLE color: 3195012.
HSL color Cylindrical-coordinate representation of color #84C030: hue angle of 85º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84C030 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 48 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.25 |
| HSL | 85º | 0.6% | 0.47% | - |
| HSV(B) | 85º | 0.75% | 0.75% | - |
| XYZ | 28.9 | 42.82 | 9.54 | - |
| YUV | 157.64 | 66.12 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 48 | 0.31 | 0 | 0.75 | 0.25 | 85 | 0.6 | 0.47 |
| Hex | 84 | C0 | 30 | 1F | 0 | 4B | 19 | 55 | 3C | 2F |
| Octal | 204 | 300 | 60 | 37 | 0 | 113 | 31 | 125 | 74 | 57 |
| Binary | 10000100 | 11000000 | 110000 | 11111 | 0 | 1001011 | 11001 | 1010101 | 111100 | 101111 |
Color Harmonies of #84C030
Complementary color
Monochromatic Colors of #84C030
Black with #84C030
Text Example
Text Example
White with #84C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C030; }
p { color: rgb(132,192,48); }
H1.HeaderClassName
{
color: #84C030;
}
.AnyTagClassName
{
color: #84C030;
}
</style>
background-color css
<style>
a { background-color: #84C030; }
a { background-color: rgb(132,192,48); }
div.DivClassName
{
background-color: #84C030;
}
.BgClassName
{
background-color: #84C030;
}
</style>
border-color css
<style>
span { border-color: #84C030; }
span { border-color: rgb(132,192,48); }
td.TdClassName
{
border-color: #84C030;
}
.TagClassName
{
border-color: #84C030;
}
</style>