Shades of Lima #80BB03
Tints of Lima #80BB03
RGB
CMYK
RGB Variations
Color information
#80BB03 (or 0x80BB03) is known color: Lima. HEX triplet: 80, BB and 03. RGB value is (128,187,3). Sum of RGB (Red+Green+Blue) = 128+187+3=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB03 is #7F44FC. Grayscale: #959595. Windows color (decimal): -8340733 or 244608. OLE color: 244608.
HSL color Cylindrical-coordinate representation of color #80BB03: hue angle of 79.24º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80BB03 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 187 | 3 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.27 |
| HSL | 79.24º | 0.97% | 0.37% | - |
| HSV(B) | 79.24º | 0.98% | 0.73% | - |
| XYZ | 26.69 | 40.14 | 6.43 | - |
| YUV | 148.38 | 45.95 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 3 | 0.32 | 0 | 0.98 | 0.27 | 79.24 | 0.97 | 0.37 |
| Hex | 80 | BB | 3 | 20 | 0 | 62 | 1B | 4F | 61 | 25 |
| Octal | 200 | 273 | 3 | 40 | 0 | 142 | 33 | 117 | 141 | 45 |
| Binary | 10000000 | 10111011 | 11 | 100000 | 0 | 1100010 | 11011 | 1001111 | 1100001 | 100101 |
Color Harmonies of #80BB03
Complementary color
Monochromatic Colors of #80BB03
Black with #80BB03
Text Example
Text Example
White with #80BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BB03; }
p { color: rgb(128,187,3); }
H1.HeaderClassName
{
color: #80BB03;
}
.AnyTagClassName
{
color: #80BB03;
}
</style>
background-color css
<style>
a { background-color: #80BB03; }
a { background-color: rgb(128,187,3); }
div.DivClassName
{
background-color: #80BB03;
}
.BgClassName
{
background-color: #80BB03;
}
</style>
border-color css
<style>
span { border-color: #80BB03; }
span { border-color: rgb(128,187,3); }
td.TdClassName
{
border-color: #80BB03;
}
.TagClassName
{
border-color: #80BB03;
}
</style>