Shades of Lima #80BC04
Tints of Lima #80BC04
RGB
CMYK
RGB Variations
Color information
#80BC04 (or 0x80BC04) is known color: Lima. HEX triplet: 80, BC and 04. RGB value is (128,188,4). Sum of RGB (Red+Green+Blue) = 128+188+4=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC04 is #7F43FB. Grayscale: #959595. Windows color (decimal): -8340476 or 310400. OLE color: 310400.
HSL color Cylindrical-coordinate representation of color #80BC04: hue angle of 79.57º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80BC04 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 4 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.26 |
| HSL | 79.57º | 0.96% | 0.38% | - |
| HSV(B) | 79.57º | 0.98% | 0.74% | - |
| XYZ | 26.91 | 40.56 | 6.53 | - |
| YUV | 149.08 | 46.12 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 4 | 0.32 | 0 | 0.98 | 0.26 | 79.57 | 0.96 | 0.38 |
| Hex | 80 | BC | 4 | 20 | 0 | 62 | 1A | 50 | 60 | 26 |
| Octal | 200 | 274 | 4 | 40 | 0 | 142 | 32 | 120 | 140 | 46 |
| Binary | 10000000 | 10111100 | 100 | 100000 | 0 | 1100010 | 11010 | 1010000 | 1100000 | 100110 |
Color Harmonies of #80BC04
Complementary color
Monochromatic Colors of #80BC04
Black with #80BC04
Text Example
Text Example
White with #80BC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC04; }
p { color: rgb(128,188,4); }
H1.HeaderClassName
{
color: #80BC04;
}
.AnyTagClassName
{
color: #80BC04;
}
</style>
background-color css
<style>
a { background-color: #80BC04; }
a { background-color: rgb(128,188,4); }
div.DivClassName
{
background-color: #80BC04;
}
.BgClassName
{
background-color: #80BC04;
}
</style>
border-color css
<style>
span { border-color: #80BC04; }
span { border-color: rgb(128,188,4); }
td.TdClassName
{
border-color: #80BC04;
}
.TagClassName
{
border-color: #80BC04;
}
</style>