Shades of Lima #80BC2F
Tints of Lima #80BC2F
RGB
CMYK
RGB Variations
Color information
#80BC2F (or 0x80BC2F) is known color: Lima. HEX triplet: 80, BC and 2F. RGB value is (128,188,47). Sum of RGB (Red+Green+Blue) = 128+188+47=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC2F is #7F43D0. Grayscale: #9A9A9A. Windows color (decimal): -8340433 or 3128448. OLE color: 3128448.
HSL color Cylindrical-coordinate representation of color #80BC2F: hue angle of 85.53º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80BC2F is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 47 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.26 |
| HSL | 85.53º | 0.6% | 0.46% | - |
| HSV(B) | 85.53º | 0.75% | 0.74% | - |
| XYZ | 27.4 | 40.76 | 9.11 | - |
| YUV | 153.99 | 67.62 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 47 | 0.32 | 0 | 0.75 | 0.26 | 85.53 | 0.6 | 0.46 |
| Hex | 80 | BC | 2F | 20 | 0 | 4B | 1A | 56 | 3C | 2E |
| Octal | 200 | 274 | 57 | 40 | 0 | 113 | 32 | 126 | 74 | 56 |
| Binary | 10000000 | 10111100 | 101111 | 100000 | 0 | 1001011 | 11010 | 1010110 | 111100 | 101110 |
Color Harmonies of #80BC2F
Complementary color
Monochromatic Colors of #80BC2F
Black with #80BC2F
Text Example
Text Example
White with #80BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC2F; }
p { color: rgb(128,188,47); }
H1.HeaderClassName
{
color: #80BC2F;
}
.AnyTagClassName
{
color: #80BC2F;
}
</style>
background-color css
<style>
a { background-color: #80BC2F; }
a { background-color: rgb(128,188,47); }
div.DivClassName
{
background-color: #80BC2F;
}
.BgClassName
{
background-color: #80BC2F;
}
</style>
border-color css
<style>
span { border-color: #80BC2F; }
span { border-color: rgb(128,188,47); }
td.TdClassName
{
border-color: #80BC2F;
}
.TagClassName
{
border-color: #80BC2F;
}
</style>