Shades of Lima #80C41B
Tints of Lima #80C41B
RGB
CMYK
RGB Variations
Color information
#80C41B (or 0x80C41B) is known color: Lima. HEX triplet: 80, C4 and 1B. RGB value is (128,196,27). Sum of RGB (Red+Green+Blue) = 128+196+27=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #80C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C41B is #7F3BE4. Grayscale: #9D9D9D. Windows color (decimal): -8338405 or 1819776. OLE color: 1819776.
HSL color Cylindrical-coordinate representation of color #80C41B: hue angle of 84.14º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80C41B is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 27 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.23 |
| HSL | 84.14º | 0.76% | 0.44% | - |
| HSV(B) | 84.14º | 0.86% | 0.77% | - |
| XYZ | 28.84 | 44.15 | 8.04 | - |
| YUV | 156.4 | 54.97 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 27 | 0.35 | 0 | 0.86 | 0.23 | 84.14 | 0.76 | 0.44 |
| Hex | 80 | C4 | 1B | 23 | 0 | 56 | 17 | 54 | 4C | 2C |
| Octal | 200 | 304 | 33 | 43 | 0 | 126 | 27 | 124 | 114 | 54 |
| Binary | 10000000 | 11000100 | 11011 | 100011 | 0 | 1010110 | 10111 | 1010100 | 1001100 | 101100 |
Color Harmonies of #80C41B
Complementary color
Monochromatic Colors of #80C41B
Black with #80C41B
Text Example
Text Example
White with #80C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C41B; }
p { color: rgb(128,196,27); }
H1.HeaderClassName
{
color: #80C41B;
}
.AnyTagClassName
{
color: #80C41B;
}
</style>
background-color css
<style>
a { background-color: #80C41B; }
a { background-color: rgb(128,196,27); }
div.DivClassName
{
background-color: #80C41B;
}
.BgClassName
{
background-color: #80C41B;
}
</style>
border-color css
<style>
span { border-color: #80C41B; }
span { border-color: rgb(128,196,27); }
td.TdClassName
{
border-color: #80C41B;
}
.TagClassName
{
border-color: #80C41B;
}
</style>