Shades of Lima #80BE30
Tints of Lima #80BE30
RGB
CMYK
RGB Variations
Color information
#80BE30 (or 0x80BE30) is known color: Lima. HEX triplet: 80, BE and 30. RGB value is (128,190,48). Sum of RGB (Red+Green+Blue) = 128+190+48=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE30 is #7F41CF. Grayscale: #9B9B9B. Windows color (decimal): -8339920 or 3194496. OLE color: 3194496.
HSL color Cylindrical-coordinate representation of color #80BE30: hue angle of 86.2º 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 #80BE30 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 190 | 48 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.25 |
| HSL | 86.2º | 0.6% | 0.47% | - |
| HSV(B) | 86.2º | 0.75% | 0.75% | - |
| XYZ | 27.85 | 41.63 | 9.36 | - |
| YUV | 155.27 | 67.46 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 48 | 0.33 | 0 | 0.75 | 0.25 | 86.2 | 0.6 | 0.47 |
| Hex | 80 | BE | 30 | 21 | 0 | 4B | 19 | 56 | 3C | 2F |
| Octal | 200 | 276 | 60 | 41 | 0 | 113 | 31 | 126 | 74 | 57 |
| Binary | 10000000 | 10111110 | 110000 | 100001 | 0 | 1001011 | 11001 | 1010110 | 111100 | 101111 |
Color Harmonies of #80BE30
Complementary color
Monochromatic Colors of #80BE30
Black with #80BE30
Text Example
Text Example
White with #80BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BE30; }
p { color: rgb(128,190,48); }
H1.HeaderClassName
{
color: #80BE30;
}
.AnyTagClassName
{
color: #80BE30;
}
</style>
background-color css
<style>
a { background-color: #80BE30; }
a { background-color: rgb(128,190,48); }
div.DivClassName
{
background-color: #80BE30;
}
.BgClassName
{
background-color: #80BE30;
}
</style>
border-color css
<style>
span { border-color: #80BE30; }
span { border-color: rgb(128,190,48); }
td.TdClassName
{
border-color: #80BE30;
}
.TagClassName
{
border-color: #80BE30;
}
</style>