Shades of Limerick #84BC25
Tints of Limerick #84BC25
RGB
CMYK
RGB Variations
Color information
#84BC25 (or 0x84BC25) is known color: Limerick. HEX triplet: 84, BC and 25. RGB value is (132,188,37). Sum of RGB (Red+Green+Blue) = 132+188+37=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC25 is #7B43DA. Grayscale: #9A9A9A. Windows color (decimal): -8078299 or 2473092. OLE color: 2473092.
HSL color Cylindrical-coordinate representation of color #84BC25: hue angle of 82.25º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84BC25 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 37 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.26 |
| HSL | 82.25º | 0.67% | 0.44% | - |
| HSV(B) | 82.25º | 0.8% | 0.74% | - |
| XYZ | 27.83 | 41.01 | 8.2 | - |
| YUV | 154.04 | 61.95 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 37 | 0.30 | 0 | 0.80 | 0.26 | 82.25 | 0.67 | 0.44 |
| Hex | 84 | BC | 25 | 1E | 0 | 50 | 1A | 52 | 43 | 2C |
| Octal | 204 | 274 | 45 | 36 | 0 | 120 | 32 | 122 | 103 | 54 |
| Binary | 10000100 | 10111100 | 100101 | 11110 | 0 | 1010000 | 11010 | 1010010 | 1000011 | 101100 |
Color Harmonies of #84BC25
Complementary color
Monochromatic Colors of #84BC25
Black with #84BC25
Text Example
Text Example
White with #84BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC25; }
p { color: rgb(132,188,37); }
H1.HeaderClassName
{
color: #84BC25;
}
.AnyTagClassName
{
color: #84BC25;
}
</style>
background-color css
<style>
a { background-color: #84BC25; }
a { background-color: rgb(132,188,37); }
div.DivClassName
{
background-color: #84BC25;
}
.BgClassName
{
background-color: #84BC25;
}
</style>
border-color css
<style>
span { border-color: #84BC25; }
span { border-color: rgb(132,188,37); }
td.TdClassName
{
border-color: #84BC25;
}
.TagClassName
{
border-color: #84BC25;
}
</style>