Shades of Lima #84BC17
Tints of Lima #84BC17
RGB
CMYK
RGB Variations
Color information
#84BC17 (or 0x84BC17) is known color: Lima. HEX triplet: 84, BC and 17. RGB value is (132,188,23). Sum of RGB (Red+Green+Blue) = 132+188+23=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BC17 is #7B43E8. Grayscale: #999999. Windows color (decimal): -8078313 or 1555588. OLE color: 1555588.
HSL color Cylindrical-coordinate representation of color #84BC17: hue angle of 80.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84BC17 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 188 | 23 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.26 |
| HSL | 80.36º | 0.78% | 0.41% | - |
| HSV(B) | 80.36º | 0.88% | 0.74% | - |
| XYZ | 27.65 | 40.93 | 7.25 | - |
| YUV | 152.45 | 54.95 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 188 | 23 | 0.30 | 0 | 0.88 | 0.26 | 80.36 | 0.78 | 0.41 |
| Hex | 84 | BC | 17 | 1E | 0 | 58 | 1A | 50 | 4E | 29 |
| Octal | 204 | 274 | 27 | 36 | 0 | 130 | 32 | 120 | 116 | 51 |
| Binary | 10000100 | 10111100 | 10111 | 11110 | 0 | 1011000 | 11010 | 1010000 | 1001110 | 101001 |
Color Harmonies of #84BC17
Complementary color
Monochromatic Colors of #84BC17
Black with #84BC17
Text Example
Text Example
White with #84BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84BC17; }
p { color: rgb(132,188,23); }
H1.HeaderClassName
{
color: #84BC17;
}
.AnyTagClassName
{
color: #84BC17;
}
</style>
background-color css
<style>
a { background-color: #84BC17; }
a { background-color: rgb(132,188,23); }
div.DivClassName
{
background-color: #84BC17;
}
.BgClassName
{
background-color: #84BC17;
}
</style>
border-color css
<style>
span { border-color: #84BC17; }
span { border-color: rgb(132,188,23); }
td.TdClassName
{
border-color: #84BC17;
}
.TagClassName
{
border-color: #84BC17;
}
</style>