Shades of Lima #78C022
Tints of Lima #78C022
RGB
CMYK
RGB Variations
Color information
#78C022 (or 0x78C022) is known color: Lima. HEX triplet: 78, C0 and 22. RGB value is (120,192,34). Sum of RGB (Red+Green+Blue) = 120+192+34=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #78C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C022 is #873FDD. Grayscale: #999999. Windows color (decimal): -8863710 or 2277496. OLE color: 2277496.
HSL color Cylindrical-coordinate representation of color #78C022: hue angle of 87.34º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78C022 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 34 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.25 |
| HSL | 87.34º | 0.7% | 0.44% | - |
| HSV(B) | 87.34º | 0.82% | 0.75% | - |
| XYZ | 26.88 | 41.81 | 8.17 | - |
| YUV | 152.46 | 61.15 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 34 | 0.38 | 0 | 0.82 | 0.25 | 87.34 | 0.7 | 0.44 |
| Hex | 78 | C0 | 22 | 26 | 0 | 52 | 19 | 57 | 46 | 2C |
| Octal | 170 | 300 | 42 | 46 | 0 | 122 | 31 | 127 | 106 | 54 |
| Binary | 1111000 | 11000000 | 100010 | 100110 | 0 | 1010010 | 11001 | 1010111 | 1000110 | 101100 |
Color Harmonies of #78C022
Complementary color
Monochromatic Colors of #78C022
Black with #78C022
Text Example
Text Example
White with #78C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C022; }
p { color: rgb(120,192,34); }
H1.HeaderClassName
{
color: #78C022;
}
.AnyTagClassName
{
color: #78C022;
}
</style>
background-color css
<style>
a { background-color: #78C022; }
a { background-color: rgb(120,192,34); }
div.DivClassName
{
background-color: #78C022;
}
.BgClassName
{
background-color: #78C022;
}
</style>
border-color css
<style>
span { border-color: #78C022; }
span { border-color: rgb(120,192,34); }
td.TdClassName
{
border-color: #78C022;
}
.TagClassName
{
border-color: #78C022;
}
</style>