Shades of Lima #78B434
Tints of Lima #78B434
RGB
CMYK
RGB Variations
Color information
#78B434 (or 0x78B434) is known color: Lima. HEX triplet: 78, B4 and 34. RGB value is (120,180,52). Sum of RGB (Red+Green+Blue) = 120+180+52=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #78B434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B434 is #874BCB. Grayscale: #939393. Windows color (decimal): -8866764 or 3454072. OLE color: 3454072.
HSL color Cylindrical-coordinate representation of color #78B434: hue angle of 88.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78B434 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 180 | 52 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.29 |
| HSL | 88.13º | 0.55% | 0.45% | - |
| HSV(B) | 88.13º | 0.71% | 0.71% | - |
| XYZ | 24.69 | 36.88 | 9.07 | - |
| YUV | 147.47 | 74.12 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 180 | 52 | 0.33 | 0 | 0.71 | 0.29 | 88.13 | 0.55 | 0.45 |
| Hex | 78 | B4 | 34 | 21 | 0 | 47 | 1D | 58 | 37 | 2D |
| Octal | 170 | 264 | 64 | 41 | 0 | 107 | 35 | 130 | 67 | 55 |
| Binary | 1111000 | 10110100 | 110100 | 100001 | 0 | 1000111 | 11101 | 1011000 | 110111 | 101101 |
Color Harmonies of #78B434
Complementary color
Monochromatic Colors of #78B434
Black with #78B434
Text Example
Text Example
White with #78B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B434; }
p { color: rgb(120,180,52); }
H1.HeaderClassName
{
color: #78B434;
}
.AnyTagClassName
{
color: #78B434;
}
</style>
background-color css
<style>
a { background-color: #78B434; }
a { background-color: rgb(120,180,52); }
div.DivClassName
{
background-color: #78B434;
}
.BgClassName
{
background-color: #78B434;
}
</style>
border-color css
<style>
span { border-color: #78B434; }
span { border-color: rgb(120,180,52); }
td.TdClassName
{
border-color: #78B434;
}
.TagClassName
{
border-color: #78B434;
}
</style>