Shades of Lima #84BC15
Tints of Lima #84BC15
RGB
CMYK
RGB Variations
Color information
#84BC15 (or 0x84BC15) is known color: Lima. HEX triplet: 84, BC and 15. RGB value is (132,188,21). Sum of RGB (Red+Green+Blue) = 132+188+21=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BC15 is #7B43EA. Grayscale: #989898. Windows color (decimal): -8078315 or 1424516. OLE color: 1424516.
HSL color Cylindrical-coordinate representation of color #84BC15: hue angle of 80.12º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84BC15 is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 21 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.26 |
| HSL | 80.12º | 0.8% | 0.41% | - |
| HSV(B) | 80.12º | 0.89% | 0.74% | - |
| XYZ | 27.63 | 40.93 | 7.15 | - |
| YUV | 152.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 21 | 0.30 | 0 | 0.89 | 0.26 | 80.12 | 0.8 | 0.41 |
| Hex | 84 | BC | 15 | 1E | 0 | 59 | 1A | 50 | 50 | 29 |
| Octal | 204 | 274 | 25 | 36 | 0 | 131 | 32 | 120 | 120 | 51 |
| Binary | 10000100 | 10111100 | 10101 | 11110 | 0 | 1011001 | 11010 | 1010000 | 1010000 | 101001 |
Color Harmonies of #84BC15
Complementary color
Monochromatic Colors of #84BC15
Black with #84BC15
Text Example
Text Example
White with #84BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC15; }
p { color: rgb(132,188,21); }
H1.HeaderClassName
{
color: #84BC15;
}
.AnyTagClassName
{
color: #84BC15;
}
</style>
background-color css
<style>
a { background-color: #84BC15; }
a { background-color: rgb(132,188,21); }
div.DivClassName
{
background-color: #84BC15;
}
.BgClassName
{
background-color: #84BC15;
}
</style>
border-color css
<style>
span { border-color: #84BC15; }
span { border-color: rgb(132,188,21); }
td.TdClassName
{
border-color: #84BC15;
}
.TagClassName
{
border-color: #84BC15;
}
</style>