Shades of Lima #84C214
Tints of Lima #84C214
RGB
CMYK
RGB Variations
Color information
#84C214 (or 0x84C214) is known color: Lima. HEX triplet: 84, C2 and 14. RGB value is (132,194,20). Sum of RGB (Red+Green+Blue) = 132+194+20=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #84C214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C214 is #7B3DEB. Grayscale: #9C9C9C. Windows color (decimal): -8076780 or 1360516. OLE color: 1360516.
HSL color Cylindrical-coordinate representation of color #84C214: hue angle of 81.38º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84C214 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 20 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.24 |
| HSL | 81.38º | 0.81% | 0.42% | - |
| HSV(B) | 81.38º | 0.9% | 0.76% | - |
| XYZ | 28.93 | 43.54 | 7.54 | - |
| YUV | 155.63 | 51.46 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 20 | 0.32 | 0 | 0.90 | 0.24 | 81.38 | 0.81 | 0.42 |
| Hex | 84 | C2 | 14 | 20 | 0 | 5A | 18 | 51 | 51 | 2A |
| Octal | 204 | 302 | 24 | 40 | 0 | 132 | 30 | 121 | 121 | 52 |
| Binary | 10000100 | 11000010 | 10100 | 100000 | 0 | 1011010 | 11000 | 1010001 | 1010001 | 101010 |
Color Harmonies of #84C214
Complementary color
Monochromatic Colors of #84C214
Black with #84C214
Text Example
Text Example
White with #84C214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C214; }
p { color: rgb(132,194,20); }
H1.HeaderClassName
{
color: #84C214;
}
.AnyTagClassName
{
color: #84C214;
}
</style>
background-color css
<style>
a { background-color: #84C214; }
a { background-color: rgb(132,194,20); }
div.DivClassName
{
background-color: #84C214;
}
.BgClassName
{
background-color: #84C214;
}
</style>
border-color css
<style>
span { border-color: #84C214; }
span { border-color: rgb(132,194,20); }
td.TdClassName
{
border-color: #84C214;
}
.TagClassName
{
border-color: #84C214;
}
</style>