Shades of Lima #80BC25
Tints of Lima #80BC25
RGB
CMYK
RGB Variations
Color information
#80BC25 (or 0x80BC25) is known color: Lima. HEX triplet: 80, BC and 25. RGB value is (128,188,37). Sum of RGB (Red+Green+Blue) = 128+188+37=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC25 is #7F43DA. Grayscale: #999999. Windows color (decimal): -8340443 or 2473088. OLE color: 2473088.
HSL color Cylindrical-coordinate representation of color #80BC25: hue angle of 83.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80BC25 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 37 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.26 |
| HSL | 83.84º | 0.67% | 0.44% | - |
| HSV(B) | 83.84º | 0.8% | 0.74% | - |
| XYZ | 27.22 | 40.69 | 8.17 | - |
| YUV | 152.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 37 | 0.32 | 0 | 0.80 | 0.26 | 83.84 | 0.67 | 0.44 |
| Hex | 80 | BC | 25 | 20 | 0 | 50 | 1A | 54 | 43 | 2C |
| Octal | 200 | 274 | 45 | 40 | 0 | 120 | 32 | 124 | 103 | 54 |
| Binary | 10000000 | 10111100 | 100101 | 100000 | 0 | 1010000 | 11010 | 1010100 | 1000011 | 101100 |
Color Harmonies of #80BC25
Complementary color
Monochromatic Colors of #80BC25
Black with #80BC25
Text Example
Text Example
White with #80BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC25; }
p { color: rgb(128,188,37); }
H1.HeaderClassName
{
color: #80BC25;
}
.AnyTagClassName
{
color: #80BC25;
}
</style>
background-color css
<style>
a { background-color: #80BC25; }
a { background-color: rgb(128,188,37); }
div.DivClassName
{
background-color: #80BC25;
}
.BgClassName
{
background-color: #80BC25;
}
</style>
border-color css
<style>
span { border-color: #80BC25; }
span { border-color: rgb(128,188,37); }
td.TdClassName
{
border-color: #80BC25;
}
.TagClassName
{
border-color: #80BC25;
}
</style>