Shades of Lima #80B803
Tints of Lima #80B803
RGB
CMYK
RGB Variations
Color information
#80B803 (or 0x80B803) is known color: Lima. HEX triplet: 80, B8 and 03. RGB value is (128,184,3). Sum of RGB (Red+Green+Blue) = 128+184+3=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #80B803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B803 is #7F47FC. Grayscale: #939393. Windows color (decimal): -8341501 or 243840. OLE color: 243840.
HSL color Cylindrical-coordinate representation of color #80B803: hue angle of 78.56º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80B803 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.28 |
| HSL | 78.56º | 0.97% | 0.37% | - |
| HSV(B) | 78.56º | 0.98% | 0.72% | - |
| XYZ | 26.06 | 38.88 | 6.22 | - |
| YUV | 146.62 | 46.95 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 3 | 0.30 | 0 | 0.98 | 0.28 | 78.56 | 0.97 | 0.37 |
| Hex | 80 | B8 | 3 | 1E | 0 | 62 | 1C | 4F | 61 | 25 |
| Octal | 200 | 270 | 3 | 36 | 0 | 142 | 34 | 117 | 141 | 45 |
| Binary | 10000000 | 10111000 | 11 | 11110 | 0 | 1100010 | 11100 | 1001111 | 1100001 | 100101 |
Color Harmonies of #80B803
Complementary color
Monochromatic Colors of #80B803
Black with #80B803
Text Example
Text Example
White with #80B803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B803; }
p { color: rgb(128,184,3); }
H1.HeaderClassName
{
color: #80B803;
}
.AnyTagClassName
{
color: #80B803;
}
</style>
background-color css
<style>
a { background-color: #80B803; }
a { background-color: rgb(128,184,3); }
div.DivClassName
{
background-color: #80B803;
}
.BgClassName
{
background-color: #80B803;
}
</style>
border-color css
<style>
span { border-color: #80B803; }
span { border-color: rgb(128,184,3); }
td.TdClassName
{
border-color: #80B803;
}
.TagClassName
{
border-color: #80B803;
}
</style>