Shades of Lima #80CB08
Tints of Lima #80CB08
RGB
CMYK
RGB Variations
Color information
#80CB08 (or 0x80CB08) is known color: Lima. HEX triplet: 80, CB and 08. RGB value is (128,203,8). Sum of RGB (Red+Green+Blue) = 128+203+8=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CB08 is #7F34F7. Grayscale: #9F9F9F. Windows color (decimal): -8336632 or 576384. OLE color: 576384.
HSL color Cylindrical-coordinate representation of color #80CB08: hue angle of 83.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80CB08 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 8 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.20 |
| HSL | 83.08º | 0.92% | 0.41% | - |
| HSV(B) | 83.08º | 0.96% | 0.8% | - |
| XYZ | 30.3 | 47.32 | 7.77 | - |
| YUV | 158.35 | 43.15 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 8 | 0.37 | 0 | 0.96 | 0.20 | 83.08 | 0.92 | 0.41 |
| Hex | 80 | CB | 8 | 25 | 0 | 60 | 14 | 53 | 5C | 29 |
| Octal | 200 | 313 | 10 | 45 | 0 | 140 | 24 | 123 | 134 | 51 |
| Binary | 10000000 | 11001011 | 1000 | 100101 | 0 | 1100000 | 10100 | 1010011 | 1011100 | 101001 |
Color Harmonies of #80CB08
Complementary color
Monochromatic Colors of #80CB08
Black with #80CB08
Text Example
Text Example
White with #80CB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB08; }
p { color: rgb(128,203,8); }
H1.HeaderClassName
{
color: #80CB08;
}
.AnyTagClassName
{
color: #80CB08;
}
</style>
background-color css
<style>
a { background-color: #80CB08; }
a { background-color: rgb(128,203,8); }
div.DivClassName
{
background-color: #80CB08;
}
.BgClassName
{
background-color: #80CB08;
}
</style>
border-color css
<style>
span { border-color: #80CB08; }
span { border-color: rgb(128,203,8); }
td.TdClassName
{
border-color: #80CB08;
}
.TagClassName
{
border-color: #80CB08;
}
</style>