Shades of Lima #78B52C
Tints of Lima #78B52C
RGB
CMYK
RGB Variations
Color information
#78B52C (or 0x78B52C) is known color: Lima. HEX triplet: 78, B5 and 2C. RGB value is (120,181,44). Sum of RGB (Red+Green+Blue) = 120+181+44=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #78B52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B52C is #874AD3. Grayscale: #939393. Windows color (decimal): -8866516 or 2930040. OLE color: 2930040.
HSL color Cylindrical-coordinate representation of color #78B52C: hue angle of 86.72º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78B52C is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 181 | 44 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.29 |
| HSL | 86.72º | 0.61% | 0.44% | - |
| HSV(B) | 86.72º | 0.76% | 0.71% | - |
| XYZ | 24.72 | 37.22 | 8.26 | - |
| YUV | 147.14 | 69.79 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 44 | 0.34 | 0 | 0.76 | 0.29 | 86.72 | 0.61 | 0.44 |
| Hex | 78 | B5 | 2C | 22 | 0 | 4C | 1D | 57 | 3D | 2C |
| Octal | 170 | 265 | 54 | 42 | 0 | 114 | 35 | 127 | 75 | 54 |
| Binary | 1111000 | 10110101 | 101100 | 100010 | 0 | 1001100 | 11101 | 1010111 | 111101 | 101100 |
Color Harmonies of #78B52C
Complementary color
Monochromatic Colors of #78B52C
Black with #78B52C
Text Example
Text Example
White with #78B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B52C; }
p { color: rgb(120,181,44); }
H1.HeaderClassName
{
color: #78B52C;
}
.AnyTagClassName
{
color: #78B52C;
}
</style>
background-color css
<style>
a { background-color: #78B52C; }
a { background-color: rgb(120,181,44); }
div.DivClassName
{
background-color: #78B52C;
}
.BgClassName
{
background-color: #78B52C;
}
</style>
border-color css
<style>
span { border-color: #78B52C; }
span { border-color: rgb(120,181,44); }
td.TdClassName
{
border-color: #78B52C;
}
.TagClassName
{
border-color: #78B52C;
}
</style>