Shades of Lima #80BC38
Tints of Lima #80BC38
RGB
CMYK
RGB Variations
Color information
#80BC38 (or 0x80BC38) is known color: Lima. HEX triplet: 80, BC and 38. RGB value is (128,188,56). Sum of RGB (Red+Green+Blue) = 128+188+56=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC38 is #7F43C7. Grayscale: #9B9B9B. Windows color (decimal): -8340424 or 3718272. OLE color: 3718272.
HSL color Cylindrical-coordinate representation of color #80BC38: hue angle of 87.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80BC38 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 56 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.26 |
| HSL | 87.27º | 0.54% | 0.48% | - |
| HSV(B) | 87.27º | 0.7% | 0.74% | - |
| XYZ | 27.6 | 40.84 | 10.17 | - |
| YUV | 155.01 | 72.12 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 56 | 0.32 | 0 | 0.70 | 0.26 | 87.27 | 0.54 | 0.48 |
| Hex | 80 | BC | 38 | 20 | 0 | 46 | 1A | 57 | 36 | 30 |
| Octal | 200 | 274 | 70 | 40 | 0 | 106 | 32 | 127 | 66 | 60 |
| Binary | 10000000 | 10111100 | 111000 | 100000 | 0 | 1000110 | 11010 | 1010111 | 110110 | 110000 |
Color Harmonies of #80BC38
Complementary color
Monochromatic Colors of #80BC38
Black with #80BC38
Text Example
Text Example
White with #80BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC38; }
p { color: rgb(128,188,56); }
H1.HeaderClassName
{
color: #80BC38;
}
.AnyTagClassName
{
color: #80BC38;
}
</style>
background-color css
<style>
a { background-color: #80BC38; }
a { background-color: rgb(128,188,56); }
div.DivClassName
{
background-color: #80BC38;
}
.BgClassName
{
background-color: #80BC38;
}
</style>
border-color css
<style>
span { border-color: #80BC38; }
span { border-color: rgb(128,188,56); }
td.TdClassName
{
border-color: #80BC38;
}
.TagClassName
{
border-color: #80BC38;
}
</style>