Shades of Lima #80C028
Tints of Lima #80C028
RGB
CMYK
RGB Variations
Color information
#80C028 (or 0x80C028) is known color: Lima. HEX triplet: 80, C0 and 28. RGB value is (128,192,40). Sum of RGB (Red+Green+Blue) = 128+192+40=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #80C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C028 is #7F3FD7. Grayscale: #9C9C9C. Windows color (decimal): -8339416 or 2670720. OLE color: 2670720.
HSL color Cylindrical-coordinate representation of color #80C028: hue angle of 85.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80C028 is Cyan = 0.33, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 40 | - |
| CMYK | 0.33 | 0 | 0.79 | 0.25 |
| HSL | 85.26º | 0.66% | 0.45% | - |
| HSV(B) | 85.26º | 0.79% | 0.75% | - |
| XYZ | 28.13 | 42.44 | 8.72 | - |
| YUV | 155.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 40 | 0.33 | 0 | 0.79 | 0.25 | 85.26 | 0.66 | 0.45 |
| Hex | 80 | C0 | 28 | 21 | 0 | 4F | 19 | 55 | 42 | 2D |
| Octal | 200 | 300 | 50 | 41 | 0 | 117 | 31 | 125 | 102 | 55 |
| Binary | 10000000 | 11000000 | 101000 | 100001 | 0 | 1001111 | 11001 | 1010101 | 1000010 | 101101 |
Color Harmonies of #80C028
Complementary color
Monochromatic Colors of #80C028
Black with #80C028
Text Example
Text Example
White with #80C028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C028; }
p { color: rgb(128,192,40); }
H1.HeaderClassName
{
color: #80C028;
}
.AnyTagClassName
{
color: #80C028;
}
</style>
background-color css
<style>
a { background-color: #80C028; }
a { background-color: rgb(128,192,40); }
div.DivClassName
{
background-color: #80C028;
}
.BgClassName
{
background-color: #80C028;
}
</style>
border-color css
<style>
span { border-color: #80C028; }
span { border-color: rgb(128,192,40); }
td.TdClassName
{
border-color: #80C028;
}
.TagClassName
{
border-color: #80C028;
}
</style>