Shades of Lima #80BF2D
Tints of Lima #80BF2D
RGB
CMYK
RGB Variations
Color information
#80BF2D (or 0x80BF2D) is known color: Lima. HEX triplet: 80, BF and 2D. RGB value is (128,191,45). Sum of RGB (Red+Green+Blue) = 128+191+45=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF2D is #7F40D2. Grayscale: #9C9C9C. Windows color (decimal): -8339667 or 2998144. OLE color: 2998144.
HSL color Cylindrical-coordinate representation of color #80BF2D: hue angle of 85.89º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80BF2D is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 45 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.25 |
| HSL | 85.89º | 0.62% | 0.46% | - |
| HSV(B) | 85.89º | 0.76% | 0.75% | - |
| XYZ | 28.01 | 42.04 | 9.12 | - |
| YUV | 155.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 45 | 0.33 | 0 | 0.76 | 0.25 | 85.89 | 0.62 | 0.46 |
| Hex | 80 | BF | 2D | 21 | 0 | 4C | 19 | 56 | 3E | 2E |
| Octal | 200 | 277 | 55 | 41 | 0 | 114 | 31 | 126 | 76 | 56 |
| Binary | 10000000 | 10111111 | 101101 | 100001 | 0 | 1001100 | 11001 | 1010110 | 111110 | 101110 |
Color Harmonies of #80BF2D
Complementary color
Monochromatic Colors of #80BF2D
Black with #80BF2D
Text Example
Text Example
White with #80BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF2D; }
p { color: rgb(128,191,45); }
H1.HeaderClassName
{
color: #80BF2D;
}
.AnyTagClassName
{
color: #80BF2D;
}
</style>
background-color css
<style>
a { background-color: #80BF2D; }
a { background-color: rgb(128,191,45); }
div.DivClassName
{
background-color: #80BF2D;
}
.BgClassName
{
background-color: #80BF2D;
}
</style>
border-color css
<style>
span { border-color: #80BF2D; }
span { border-color: rgb(128,191,45); }
td.TdClassName
{
border-color: #80BF2D;
}
.TagClassName
{
border-color: #80BF2D;
}
</style>