Shades of Lima #80B30B
Tints of Lima #80B30B
RGB
CMYK
RGB Variations
Color information
#80B30B (or 0x80B30B) is known color: Lima. HEX triplet: 80, B3 and 0B. RGB value is (128,179,11). Sum of RGB (Red+Green+Blue) = 128+179+11=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #80B30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B30B is #7F4CF4. Grayscale: #919191. Windows color (decimal): -8342773 or 766848. OLE color: 766848.
HSL color Cylindrical-coordinate representation of color #80B30B: hue angle of 78.21º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80B30B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 179 | 11 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.30 |
| HSL | 78.21º | 0.88% | 0.37% | - |
| HSV(B) | 78.21º | 0.94% | 0.7% | - |
| XYZ | 25.08 | 36.85 | 6.11 | - |
| YUV | 144.6 | 52.6 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 11 | 0.28 | 0 | 0.94 | 0.30 | 78.21 | 0.88 | 0.37 |
| Hex | 80 | B3 | B | 1C | 0 | 5E | 1E | 4E | 58 | 25 |
| Octal | 200 | 263 | 13 | 34 | 0 | 136 | 36 | 116 | 130 | 45 |
| Binary | 10000000 | 10110011 | 1011 | 11100 | 0 | 1011110 | 11110 | 1001110 | 1011000 | 100101 |
Color Harmonies of #80B30B
Complementary color
Monochromatic Colors of #80B30B
Black with #80B30B
Text Example
Text Example
White with #80B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B30B; }
p { color: rgb(128,179,11); }
H1.HeaderClassName
{
color: #80B30B;
}
.AnyTagClassName
{
color: #80B30B;
}
</style>
background-color css
<style>
a { background-color: #80B30B; }
a { background-color: rgb(128,179,11); }
div.DivClassName
{
background-color: #80B30B;
}
.BgClassName
{
background-color: #80B30B;
}
</style>
border-color css
<style>
span { border-color: #80B30B; }
span { border-color: rgb(128,179,11); }
td.TdClassName
{
border-color: #80B30B;
}
.TagClassName
{
border-color: #80B30B;
}
</style>