Shades of Lima #84BF15
Tints of Lima #84BF15
RGB
CMYK
RGB Variations
Color information
#84BF15 (or 0x84BF15) is known color: Lima. HEX triplet: 84, BF and 15. RGB value is (132,191,21). Sum of RGB (Red+Green+Blue) = 132+191+21=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BF15 is #7B40EA. Grayscale: #9A9A9A. Windows color (decimal): -8077547 or 1425284. OLE color: 1425284.
HSL color Cylindrical-coordinate representation of color #84BF15: hue angle of 80.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84BF15 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 191 | 21 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.25 |
| HSL | 80.82º | 0.8% | 0.42% | - |
| HSV(B) | 80.82º | 0.89% | 0.75% | - |
| XYZ | 28.28 | 42.22 | 7.37 | - |
| YUV | 153.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 191 | 21 | 0.31 | 0 | 0.89 | 0.25 | 80.82 | 0.8 | 0.42 |
| Hex | 84 | BF | 15 | 1F | 0 | 59 | 19 | 51 | 50 | 2A |
| Octal | 204 | 277 | 25 | 37 | 0 | 131 | 31 | 121 | 120 | 52 |
| Binary | 10000100 | 10111111 | 10101 | 11111 | 0 | 1011001 | 11001 | 1010001 | 1010000 | 101010 |
Color Harmonies of #84BF15
Complementary color
Monochromatic Colors of #84BF15
Black with #84BF15
Text Example
Text Example
White with #84BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BF15; }
p { color: rgb(132,191,21); }
H1.HeaderClassName
{
color: #84BF15;
}
.AnyTagClassName
{
color: #84BF15;
}
</style>
background-color css
<style>
a { background-color: #84BF15; }
a { background-color: rgb(132,191,21); }
div.DivClassName
{
background-color: #84BF15;
}
.BgClassName
{
background-color: #84BF15;
}
</style>
border-color css
<style>
span { border-color: #84BF15; }
span { border-color: rgb(132,191,21); }
td.TdClassName
{
border-color: #84BF15;
}
.TagClassName
{
border-color: #84BF15;
}
</style>