Shades of Lima #80CB1F
Tints of Lima #80CB1F
RGB
CMYK
RGB Variations
Color information
#80CB1F (or 0x80CB1F) is known color: Lima. HEX triplet: 80, CB and 1F. RGB value is (128,203,31). Sum of RGB (Red+Green+Blue) = 128+203+31=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB1F is #7F34E0. Grayscale: #A1A1A1. Windows color (decimal): -8336609 or 2083712. OLE color: 2083712.
HSL color Cylindrical-coordinate representation of color #80CB1F: hue angle of 86.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80CB1F is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 31 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.20 |
| HSL | 86.16º | 0.74% | 0.46% | - |
| HSV(B) | 86.16º | 0.85% | 0.8% | - |
| XYZ | 30.51 | 47.4 | 8.84 | - |
| YUV | 160.97 | 54.65 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 31 | 0.37 | 0 | 0.85 | 0.20 | 86.16 | 0.74 | 0.46 |
| Hex | 80 | CB | 1F | 25 | 0 | 55 | 14 | 56 | 4A | 2E |
| Octal | 200 | 313 | 37 | 45 | 0 | 125 | 24 | 126 | 112 | 56 |
| Binary | 10000000 | 11001011 | 11111 | 100101 | 0 | 1010101 | 10100 | 1010110 | 1001010 | 101110 |
Color Harmonies of #80CB1F
Complementary color
Monochromatic Colors of #80CB1F
Black with #80CB1F
Text Example
Text Example
White with #80CB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB1F; }
p { color: rgb(128,203,31); }
H1.HeaderClassName
{
color: #80CB1F;
}
.AnyTagClassName
{
color: #80CB1F;
}
</style>
background-color css
<style>
a { background-color: #80CB1F; }
a { background-color: rgb(128,203,31); }
div.DivClassName
{
background-color: #80CB1F;
}
.BgClassName
{
background-color: #80CB1F;
}
</style>
border-color css
<style>
span { border-color: #80CB1F; }
span { border-color: rgb(128,203,31); }
td.TdClassName
{
border-color: #80CB1F;
}
.TagClassName
{
border-color: #80CB1F;
}
</style>