Shades of Lima #80BC1D
Tints of Lima #80BC1D
RGB
CMYK
RGB Variations
Color information
#80BC1D (or 0x80BC1D) is known color: Lima. HEX triplet: 80, BC and 1D. RGB value is (128,188,29). Sum of RGB (Red+Green+Blue) = 128+188+29=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC1D is #7F43E2. Grayscale: #989898. Windows color (decimal): -8340451 or 1948800. OLE color: 1948800.
HSL color Cylindrical-coordinate representation of color #80BC1D: hue angle of 82.64º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80BC1D is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 29 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.26 |
| HSL | 82.64º | 0.73% | 0.43% | - |
| HSV(B) | 82.64º | 0.85% | 0.74% | - |
| XYZ | 27.11 | 40.64 | 7.58 | - |
| YUV | 151.93 | 58.62 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 29 | 0.32 | 0 | 0.85 | 0.26 | 82.64 | 0.73 | 0.43 |
| Hex | 80 | BC | 1D | 20 | 0 | 55 | 1A | 53 | 49 | 2B |
| Octal | 200 | 274 | 35 | 40 | 0 | 125 | 32 | 123 | 111 | 53 |
| Binary | 10000000 | 10111100 | 11101 | 100000 | 0 | 1010101 | 11010 | 1010011 | 1001001 | 101011 |
Color Harmonies of #80BC1D
Complementary color
Monochromatic Colors of #80BC1D
Black with #80BC1D
Text Example
Text Example
White with #80BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC1D; }
p { color: rgb(128,188,29); }
H1.HeaderClassName
{
color: #80BC1D;
}
.AnyTagClassName
{
color: #80BC1D;
}
</style>
background-color css
<style>
a { background-color: #80BC1D; }
a { background-color: rgb(128,188,29); }
div.DivClassName
{
background-color: #80BC1D;
}
.BgClassName
{
background-color: #80BC1D;
}
</style>
border-color css
<style>
span { border-color: #80BC1D; }
span { border-color: rgb(128,188,29); }
td.TdClassName
{
border-color: #80BC1D;
}
.TagClassName
{
border-color: #80BC1D;
}
</style>