Shades of Lima #84BC14
Tints of Lima #84BC14
RGB
CMYK
RGB Variations
Color information
#84BC14 (or 0x84BC14) is known color: Lima. HEX triplet: 84, BC and 14. RGB value is (132,188,20). Sum of RGB (Red+Green+Blue) = 132+188+20=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BC14 is #7B43EB. Grayscale: #989898. Windows color (decimal): -8078316 or 1358980. OLE color: 1358980.
HSL color Cylindrical-coordinate representation of color #84BC14: hue angle of 80º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84BC14 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 20 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.26 |
| HSL | 80º | 0.81% | 0.41% | - |
| HSV(B) | 80º | 0.89% | 0.74% | - |
| XYZ | 27.63 | 40.92 | 7.1 | - |
| YUV | 152.1 | 53.45 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 20 | 0.30 | 0 | 0.89 | 0.26 | 80 | 0.81 | 0.41 |
| Hex | 84 | BC | 14 | 1E | 0 | 59 | 1A | 50 | 51 | 29 |
| Octal | 204 | 274 | 24 | 36 | 0 | 131 | 32 | 120 | 121 | 51 |
| Binary | 10000100 | 10111100 | 10100 | 11110 | 0 | 1011001 | 11010 | 1010000 | 1010001 | 101001 |
Color Harmonies of #84BC14
Complementary color
Monochromatic Colors of #84BC14
Black with #84BC14
Text Example
Text Example
White with #84BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC14; }
p { color: rgb(132,188,20); }
H1.HeaderClassName
{
color: #84BC14;
}
.AnyTagClassName
{
color: #84BC14;
}
</style>
background-color css
<style>
a { background-color: #84BC14; }
a { background-color: rgb(132,188,20); }
div.DivClassName
{
background-color: #84BC14;
}
.BgClassName
{
background-color: #84BC14;
}
</style>
border-color css
<style>
span { border-color: #84BC14; }
span { border-color: rgb(132,188,20); }
td.TdClassName
{
border-color: #84BC14;
}
.TagClassName
{
border-color: #84BC14;
}
</style>