Shades of Lima #78C820
Tints of Lima #78C820
RGB
CMYK
RGB Variations
Color information
#78C820 (or 0x78C820) is known color: Lima. HEX triplet: 78, C8 and 20. RGB value is (120,200,32). Sum of RGB (Red+Green+Blue) = 120+200+32=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #78C820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C820 is #8737DF. Grayscale: #9D9D9D. Windows color (decimal): -8861664 or 2148472. OLE color: 2148472.
HSL color Cylindrical-coordinate representation of color #78C820: hue angle of 88.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78C820 is Cyan = 0.4, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 200 | 32 | - |
| CMYK | 0.4 | 0 | 0.84 | 0.22 |
| HSL | 88.57º | 0.72% | 0.45% | - |
| HSV(B) | 88.57º | 0.84% | 0.78% | - |
| XYZ | 28.66 | 45.41 | 8.62 | - |
| YUV | 156.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 32 | 0.4 | 0 | 0.84 | 0.22 | 88.57 | 0.72 | 0.45 |
| Hex | 78 | C8 | 20 | 28 | 0 | 54 | 16 | 59 | 48 | 2D |
| Octal | 170 | 310 | 40 | 50 | 0 | 124 | 26 | 131 | 110 | 55 |
| Binary | 1111000 | 11001000 | 100000 | 101000 | 0 | 1010100 | 10110 | 1011001 | 1001000 | 101101 |
Color Harmonies of #78C820
Complementary color
Monochromatic Colors of #78C820
Black with #78C820
Text Example
Text Example
White with #78C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C820; }
p { color: rgb(120,200,32); }
H1.HeaderClassName
{
color: #78C820;
}
.AnyTagClassName
{
color: #78C820;
}
</style>
background-color css
<style>
a { background-color: #78C820; }
a { background-color: rgb(120,200,32); }
div.DivClassName
{
background-color: #78C820;
}
.BgClassName
{
background-color: #78C820;
}
</style>
border-color css
<style>
span { border-color: #78C820; }
span { border-color: rgb(120,200,32); }
td.TdClassName
{
border-color: #78C820;
}
.TagClassName
{
border-color: #78C820;
}
</style>