Shades of Lima #80C41C
Tints of Lima #80C41C
RGB
CMYK
RGB Variations
Color information
#80C41C (or 0x80C41C) is known color: Lima. HEX triplet: 80, C4 and 1C. RGB value is (128,196,28). Sum of RGB (Red+Green+Blue) = 128+196+28=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #80C41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C41C is #7F3BE3. Grayscale: #9D9D9D. Windows color (decimal): -8338404 or 1885312. OLE color: 1885312.
HSL color Cylindrical-coordinate representation of color #80C41C: hue angle of 84.29º degrees, saturation: 0.75, 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 #80C41C is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 28 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.23 |
| HSL | 84.29º | 0.75% | 0.44% | - |
| HSV(B) | 84.29º | 0.86% | 0.77% | - |
| XYZ | 28.85 | 44.15 | 8.1 | - |
| YUV | 156.52 | 55.47 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 28 | 0.35 | 0 | 0.86 | 0.23 | 84.29 | 0.75 | 0.44 |
| Hex | 80 | C4 | 1C | 23 | 0 | 56 | 17 | 54 | 4B | 2C |
| Octal | 200 | 304 | 34 | 43 | 0 | 126 | 27 | 124 | 113 | 54 |
| Binary | 10000000 | 11000100 | 11100 | 100011 | 0 | 1010110 | 10111 | 1010100 | 1001011 | 101100 |
Color Harmonies of #80C41C
Complementary color
Monochromatic Colors of #80C41C
Black with #80C41C
Text Example
Text Example
White with #80C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C41C; }
p { color: rgb(128,196,28); }
H1.HeaderClassName
{
color: #80C41C;
}
.AnyTagClassName
{
color: #80C41C;
}
</style>
background-color css
<style>
a { background-color: #80C41C; }
a { background-color: rgb(128,196,28); }
div.DivClassName
{
background-color: #80C41C;
}
.BgClassName
{
background-color: #80C41C;
}
</style>
border-color css
<style>
span { border-color: #80C41C; }
span { border-color: rgb(128,196,28); }
td.TdClassName
{
border-color: #80C41C;
}
.TagClassName
{
border-color: #80C41C;
}
</style>