Shades of Lima #80BF2B
Tints of Lima #80BF2B
RGB
CMYK
RGB Variations
Color information
#80BF2B (or 0x80BF2B) is known color: Lima. HEX triplet: 80, BF and 2B. RGB value is (128,191,43). Sum of RGB (Red+Green+Blue) = 128+191+43=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF2B is #7F40D4. Grayscale: #9B9B9B. Windows color (decimal): -8339669 or 2867072. OLE color: 2867072.
HSL color Cylindrical-coordinate representation of color #80BF2B: hue angle of 85.54º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80BF2B is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 43 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.25 |
| HSL | 85.54º | 0.63% | 0.46% | - |
| HSV(B) | 85.54º | 0.77% | 0.75% | - |
| XYZ | 27.97 | 42.03 | 8.92 | - |
| YUV | 155.29 | 64.63 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 43 | 0.33 | 0 | 0.77 | 0.25 | 85.54 | 0.63 | 0.46 |
| Hex | 80 | BF | 2B | 21 | 0 | 4D | 19 | 56 | 3F | 2E |
| Octal | 200 | 277 | 53 | 41 | 0 | 115 | 31 | 126 | 77 | 56 |
| Binary | 10000000 | 10111111 | 101011 | 100001 | 0 | 1001101 | 11001 | 1010110 | 111111 | 101110 |
Color Harmonies of #80BF2B
Complementary color
Monochromatic Colors of #80BF2B
Black with #80BF2B
Text Example
Text Example
White with #80BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF2B; }
p { color: rgb(128,191,43); }
H1.HeaderClassName
{
color: #80BF2B;
}
.AnyTagClassName
{
color: #80BF2B;
}
</style>
background-color css
<style>
a { background-color: #80BF2B; }
a { background-color: rgb(128,191,43); }
div.DivClassName
{
background-color: #80BF2B;
}
.BgClassName
{
background-color: #80BF2B;
}
</style>
border-color css
<style>
span { border-color: #80BF2B; }
span { border-color: rgb(128,191,43); }
td.TdClassName
{
border-color: #80BF2B;
}
.TagClassName
{
border-color: #80BF2B;
}
</style>