Shades of Lima #80BC03
Tints of Lima #80BC03
RGB
CMYK
RGB Variations
Color information
#80BC03 (or 0x80BC03) is known color: Lima. HEX triplet: 80, BC and 03. RGB value is (128,188,3). Sum of RGB (Red+Green+Blue) = 128+188+3=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC03 is #7F43FC. Grayscale: #959595. Windows color (decimal): -8340477 or 244864. OLE color: 244864.
HSL color Cylindrical-coordinate representation of color #80BC03: hue angle of 79.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80BC03 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.26 |
| HSL | 79.46º | 0.97% | 0.37% | - |
| HSV(B) | 79.46º | 0.98% | 0.74% | - |
| XYZ | 26.9 | 40.56 | 6.5 | - |
| YUV | 148.97 | 45.62 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 3 | 0.32 | 0 | 0.98 | 0.26 | 79.46 | 0.97 | 0.37 |
| Hex | 80 | BC | 3 | 20 | 0 | 62 | 1A | 4F | 61 | 25 |
| Octal | 200 | 274 | 3 | 40 | 0 | 142 | 32 | 117 | 141 | 45 |
| Binary | 10000000 | 10111100 | 11 | 100000 | 0 | 1100010 | 11010 | 1001111 | 1100001 | 100101 |
Color Harmonies of #80BC03
Complementary color
Monochromatic Colors of #80BC03
Black with #80BC03
Text Example
Text Example
White with #80BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC03; }
p { color: rgb(128,188,3); }
H1.HeaderClassName
{
color: #80BC03;
}
.AnyTagClassName
{
color: #80BC03;
}
</style>
background-color css
<style>
a { background-color: #80BC03; }
a { background-color: rgb(128,188,3); }
div.DivClassName
{
background-color: #80BC03;
}
.BgClassName
{
background-color: #80BC03;
}
</style>
border-color css
<style>
span { border-color: #80BC03; }
span { border-color: rgb(128,188,3); }
td.TdClassName
{
border-color: #80BC03;
}
.TagClassName
{
border-color: #80BC03;
}
</style>