Shades of Lima #80C30A
Tints of Lima #80C30A
RGB
CMYK
RGB Variations
Color information
#80C30A (or 0x80C30A) is known color: Lima. HEX triplet: 80, C3 and 0A. RGB value is (128,195,10). Sum of RGB (Red+Green+Blue) = 128+195+10=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #80C30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C30A is #7F3CF5. Grayscale: #9A9A9A. Windows color (decimal): -8338678 or 705408. OLE color: 705408.
HSL color Cylindrical-coordinate representation of color #80C30A: hue angle of 81.73º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80C30A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 10 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.24 |
| HSL | 81.73º | 0.9% | 0.4% | - |
| HSV(B) | 81.73º | 0.95% | 0.76% | - |
| XYZ | 28.47 | 43.64 | 7.21 | - |
| YUV | 153.88 | 46.8 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 10 | 0.34 | 0 | 0.95 | 0.24 | 81.73 | 0.9 | 0.4 |
| Hex | 80 | C3 | A | 22 | 0 | 5F | 18 | 52 | 5A | 28 |
| Octal | 200 | 303 | 12 | 42 | 0 | 137 | 30 | 122 | 132 | 50 |
| Binary | 10000000 | 11000011 | 1010 | 100010 | 0 | 1011111 | 11000 | 1010010 | 1011010 | 101000 |
Color Harmonies of #80C30A
Complementary color
Monochromatic Colors of #80C30A
Black with #80C30A
Text Example
Text Example
White with #80C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C30A; }
p { color: rgb(128,195,10); }
H1.HeaderClassName
{
color: #80C30A;
}
.AnyTagClassName
{
color: #80C30A;
}
</style>
background-color css
<style>
a { background-color: #80C30A; }
a { background-color: rgb(128,195,10); }
div.DivClassName
{
background-color: #80C30A;
}
.BgClassName
{
background-color: #80C30A;
}
</style>
border-color css
<style>
span { border-color: #80C30A; }
span { border-color: rgb(128,195,10); }
td.TdClassName
{
border-color: #80C30A;
}
.TagClassName
{
border-color: #80C30A;
}
</style>