Shades of Lima #84C91A
Tints of Lima #84C91A
RGB
CMYK
RGB Variations
Color information
#84C91A (or 0x84C91A) is known color: Lima. HEX triplet: 84, C9 and 1A. RGB value is (132,201,26). Sum of RGB (Red+Green+Blue) = 132+201+26=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #84C91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C91A is #7B36E5. Grayscale: #A1A1A1. Windows color (decimal): -8074982 or 1755524. OLE color: 1755524.
HSL color Cylindrical-coordinate representation of color #84C91A: hue angle of 83.66º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84C91A is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 201 | 26 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.21 |
| HSL | 83.66º | 0.77% | 0.45% | - |
| HSV(B) | 83.66º | 0.87% | 0.79% | - |
| XYZ | 30.59 | 46.75 | 8.39 | - |
| YUV | 160.42 | 52.14 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 201 | 26 | 0.34 | 0 | 0.87 | 0.21 | 83.66 | 0.77 | 0.45 |
| Hex | 84 | C9 | 1A | 22 | 0 | 57 | 15 | 54 | 4D | 2D |
| Octal | 204 | 311 | 32 | 42 | 0 | 127 | 25 | 124 | 115 | 55 |
| Binary | 10000100 | 11001001 | 11010 | 100010 | 0 | 1010111 | 10101 | 1010100 | 1001101 | 101101 |
Color Harmonies of #84C91A
Complementary color
Monochromatic Colors of #84C91A
Black with #84C91A
Text Example
Text Example
White with #84C91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C91A; }
p { color: rgb(132,201,26); }
H1.HeaderClassName
{
color: #84C91A;
}
.AnyTagClassName
{
color: #84C91A;
}
</style>
background-color css
<style>
a { background-color: #84C91A; }
a { background-color: rgb(132,201,26); }
div.DivClassName
{
background-color: #84C91A;
}
.BgClassName
{
background-color: #84C91A;
}
</style>
border-color css
<style>
span { border-color: #84C91A; }
span { border-color: rgb(132,201,26); }
td.TdClassName
{
border-color: #84C91A;
}
.TagClassName
{
border-color: #84C91A;
}
</style>