Shades of Lima #78C035
Tints of Lima #78C035
RGB
CMYK
RGB Variations
Color information
#78C035 (or 0x78C035) is known color: Lima. HEX triplet: 78, C0 and 35. RGB value is (120,192,53). Sum of RGB (Red+Green+Blue) = 120+192+53=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #78C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C035 is #873FCA. Grayscale: #9B9B9B. Windows color (decimal): -8863691 or 3522680. OLE color: 3522680.
HSL color Cylindrical-coordinate representation of color #78C035: hue angle of 91.08º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78C035 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 53 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.25 |
| HSL | 91.08º | 0.57% | 0.48% | - |
| HSV(B) | 91.08º | 0.72% | 0.75% | - |
| XYZ | 27.24 | 41.95 | 10.03 | - |
| YUV | 154.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 53 | 0.38 | 0 | 0.72 | 0.25 | 91.08 | 0.57 | 0.48 |
| Hex | 78 | C0 | 35 | 26 | 0 | 48 | 19 | 5B | 39 | 30 |
| Octal | 170 | 300 | 65 | 46 | 0 | 110 | 31 | 133 | 71 | 60 |
| Binary | 1111000 | 11000000 | 110101 | 100110 | 0 | 1001000 | 11001 | 1011011 | 111001 | 110000 |
Color Harmonies of #78C035
Complementary color
Monochromatic Colors of #78C035
Black with #78C035
Text Example
Text Example
White with #78C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C035; }
p { color: rgb(120,192,53); }
H1.HeaderClassName
{
color: #78C035;
}
.AnyTagClassName
{
color: #78C035;
}
</style>
background-color css
<style>
a { background-color: #78C035; }
a { background-color: rgb(120,192,53); }
div.DivClassName
{
background-color: #78C035;
}
.BgClassName
{
background-color: #78C035;
}
</style>
border-color css
<style>
span { border-color: #78C035; }
span { border-color: rgb(120,192,53); }
td.TdClassName
{
border-color: #78C035;
}
.TagClassName
{
border-color: #78C035;
}
</style>