Shades of Lima #84BE21
Tints of Lima #84BE21
RGB
CMYK
RGB Variations
Color information
#84BE21 (or 0x84BE21) is known color: Lima. HEX triplet: 84, BE and 21. RGB value is (132,190,33). Sum of RGB (Red+Green+Blue) = 132+190+33=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #84BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BE21 is #7B41DE. Grayscale: #9B9B9B. Windows color (decimal): -8077791 or 2211460. OLE color: 2211460.
HSL color Cylindrical-coordinate representation of color #84BE21: hue angle of 82.17º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84BE21 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 190 | 33 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.25 |
| HSL | 82.17º | 0.7% | 0.44% | - |
| HSV(B) | 82.17º | 0.83% | 0.75% | - |
| XYZ | 28.2 | 41.84 | 8.03 | - |
| YUV | 154.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 190 | 33 | 0.31 | 0 | 0.83 | 0.25 | 82.17 | 0.7 | 0.44 |
| Hex | 84 | BE | 21 | 1F | 0 | 53 | 19 | 52 | 46 | 2C |
| Octal | 204 | 276 | 41 | 37 | 0 | 123 | 31 | 122 | 106 | 54 |
| Binary | 10000100 | 10111110 | 100001 | 11111 | 0 | 1010011 | 11001 | 1010010 | 1000110 | 101100 |
Color Harmonies of #84BE21
Complementary color
Monochromatic Colors of #84BE21
Black with #84BE21
Text Example
Text Example
White with #84BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BE21; }
p { color: rgb(132,190,33); }
H1.HeaderClassName
{
color: #84BE21;
}
.AnyTagClassName
{
color: #84BE21;
}
</style>
background-color css
<style>
a { background-color: #84BE21; }
a { background-color: rgb(132,190,33); }
div.DivClassName
{
background-color: #84BE21;
}
.BgClassName
{
background-color: #84BE21;
}
</style>
border-color css
<style>
span { border-color: #84BE21; }
span { border-color: rgb(132,190,33); }
td.TdClassName
{
border-color: #84BE21;
}
.TagClassName
{
border-color: #84BE21;
}
</style>