Shades of Limerick #84BC28
Tints of Limerick #84BC28
RGB
CMYK
RGB Variations
Color information
#84BC28 (or 0x84BC28) is known color: Limerick. HEX triplet: 84, BC and 28. RGB value is (132,188,40). Sum of RGB (Red+Green+Blue) = 132+188+40=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC28 is #7B43D7. Grayscale: #9A9A9A. Windows color (decimal): -8078296 or 2669700. OLE color: 2669700.
HSL color Cylindrical-coordinate representation of color #84BC28: hue angle of 82.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84BC28 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 40 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.26 |
| HSL | 82.7º | 0.65% | 0.45% | - |
| HSV(B) | 82.7º | 0.79% | 0.74% | - |
| XYZ | 27.88 | 41.03 | 8.46 | - |
| YUV | 154.38 | 63.45 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 40 | 0.30 | 0 | 0.79 | 0.26 | 82.7 | 0.65 | 0.45 |
| Hex | 84 | BC | 28 | 1E | 0 | 4F | 1A | 53 | 41 | 2D |
| Octal | 204 | 274 | 50 | 36 | 0 | 117 | 32 | 123 | 101 | 55 |
| Binary | 10000100 | 10111100 | 101000 | 11110 | 0 | 1001111 | 11010 | 1010011 | 1000001 | 101101 |
Color Harmonies of #84BC28
Complementary color
Monochromatic Colors of #84BC28
Black with #84BC28
Text Example
Text Example
White with #84BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC28; }
p { color: rgb(132,188,40); }
H1.HeaderClassName
{
color: #84BC28;
}
.AnyTagClassName
{
color: #84BC28;
}
</style>
background-color css
<style>
a { background-color: #84BC28; }
a { background-color: rgb(132,188,40); }
div.DivClassName
{
background-color: #84BC28;
}
.BgClassName
{
background-color: #84BC28;
}
</style>
border-color css
<style>
span { border-color: #84BC28; }
span { border-color: rgb(132,188,40); }
td.TdClassName
{
border-color: #84BC28;
}
.TagClassName
{
border-color: #84BC28;
}
</style>