Shades of Lima #84C213
Tints of Lima #84C213
RGB
CMYK
RGB Variations
Color information
#84C213 (or 0x84C213) is known color: Lima. HEX triplet: 84, C2 and 13. RGB value is (132,194,19). Sum of RGB (Red+Green+Blue) = 132+194+19=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #84C213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C213 is #7B3DEC. Grayscale: #9C9C9C. Windows color (decimal): -8076781 or 1294980. OLE color: 1294980.
HSL color Cylindrical-coordinate representation of color #84C213: hue angle of 81.26º degrees, saturation: 0.82, 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 #84C213 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 194 | 19 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.24 |
| HSL | 81.26º | 0.82% | 0.42% | - |
| HSV(B) | 81.26º | 0.9% | 0.76% | - |
| XYZ | 28.93 | 43.54 | 7.49 | - |
| YUV | 155.51 | 50.96 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 194 | 19 | 0.32 | 0 | 0.90 | 0.24 | 81.26 | 0.82 | 0.42 |
| Hex | 84 | C2 | 13 | 20 | 0 | 5A | 18 | 51 | 52 | 2A |
| Octal | 204 | 302 | 23 | 40 | 0 | 132 | 30 | 121 | 122 | 52 |
| Binary | 10000100 | 11000010 | 10011 | 100000 | 0 | 1011010 | 11000 | 1010001 | 1010010 | 101010 |
Color Harmonies of #84C213
Complementary color
Monochromatic Colors of #84C213
Black with #84C213
Text Example
Text Example
White with #84C213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C213; }
p { color: rgb(132,194,19); }
H1.HeaderClassName
{
color: #84C213;
}
.AnyTagClassName
{
color: #84C213;
}
</style>
background-color css
<style>
a { background-color: #84C213; }
a { background-color: rgb(132,194,19); }
div.DivClassName
{
background-color: #84C213;
}
.BgClassName
{
background-color: #84C213;
}
</style>
border-color css
<style>
span { border-color: #84C213; }
span { border-color: rgb(132,194,19); }
td.TdClassName
{
border-color: #84C213;
}
.TagClassName
{
border-color: #84C213;
}
</style>