Shades of Lima #80BF30
Tints of Lima #80BF30
RGB
CMYK
RGB Variations
Color information
#80BF30 (or 0x80BF30) is known color: Lima. HEX triplet: 80, BF and 30. RGB value is (128,191,48). Sum of RGB (Red+Green+Blue) = 128+191+48=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF30 is #7F40CF. Grayscale: #9C9C9C. Windows color (decimal): -8339664 or 3194752. OLE color: 3194752.
HSL color Cylindrical-coordinate representation of color #80BF30: hue angle of 86.43º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80BF30 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 48 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.25 |
| HSL | 86.43º | 0.6% | 0.47% | - |
| HSV(B) | 86.43º | 0.75% | 0.75% | - |
| XYZ | 28.07 | 42.06 | 9.44 | - |
| YUV | 155.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 48 | 0.33 | 0 | 0.75 | 0.25 | 86.43 | 0.6 | 0.47 |
| Hex | 80 | BF | 30 | 21 | 0 | 4B | 19 | 56 | 3C | 2F |
| Octal | 200 | 277 | 60 | 41 | 0 | 113 | 31 | 126 | 74 | 57 |
| Binary | 10000000 | 10111111 | 110000 | 100001 | 0 | 1001011 | 11001 | 1010110 | 111100 | 101111 |
Color Harmonies of #80BF30
Complementary color
Monochromatic Colors of #80BF30
Black with #80BF30
Text Example
Text Example
White with #80BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF30; }
p { color: rgb(128,191,48); }
H1.HeaderClassName
{
color: #80BF30;
}
.AnyTagClassName
{
color: #80BF30;
}
</style>
background-color css
<style>
a { background-color: #80BF30; }
a { background-color: rgb(128,191,48); }
div.DivClassName
{
background-color: #80BF30;
}
.BgClassName
{
background-color: #80BF30;
}
</style>
border-color css
<style>
span { border-color: #80BF30; }
span { border-color: rgb(128,191,48); }
td.TdClassName
{
border-color: #80BF30;
}
.TagClassName
{
border-color: #80BF30;
}
</style>