Shades of Lima #78BC34
Tints of Lima #78BC34
RGB
CMYK
RGB Variations
Color information
#78BC34 (or 0x78BC34) is known color: Lima. HEX triplet: 78, BC and 34. RGB value is (120,188,52). Sum of RGB (Red+Green+Blue) = 120+188+52=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BC34 is #8743CB. Grayscale: #989898. Windows color (decimal): -8864716 or 3456120. OLE color: 3456120.
HSL color Cylindrical-coordinate representation of color #78BC34: hue angle of 90º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78BC34 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 188 | 52 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.26 |
| HSL | 90º | 0.57% | 0.47% | - |
| HSV(B) | 90º | 0.72% | 0.74% | - |
| XYZ | 26.35 | 40.21 | 9.62 | - |
| YUV | 152.16 | 71.47 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 188 | 52 | 0.36 | 0 | 0.72 | 0.26 | 90 | 0.57 | 0.47 |
| Hex | 78 | BC | 34 | 24 | 0 | 48 | 1A | 5A | 39 | 2F |
| Octal | 170 | 274 | 64 | 44 | 0 | 110 | 32 | 132 | 71 | 57 |
| Binary | 1111000 | 10111100 | 110100 | 100100 | 0 | 1001000 | 11010 | 1011010 | 111001 | 101111 |
Color Harmonies of #78BC34
Complementary color
Monochromatic Colors of #78BC34
Black with #78BC34
Text Example
Text Example
White with #78BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BC34; }
p { color: rgb(120,188,52); }
H1.HeaderClassName
{
color: #78BC34;
}
.AnyTagClassName
{
color: #78BC34;
}
</style>
background-color css
<style>
a { background-color: #78BC34; }
a { background-color: rgb(120,188,52); }
div.DivClassName
{
background-color: #78BC34;
}
.BgClassName
{
background-color: #78BC34;
}
</style>
border-color css
<style>
span { border-color: #78BC34; }
span { border-color: rgb(120,188,52); }
td.TdClassName
{
border-color: #78BC34;
}
.TagClassName
{
border-color: #78BC34;
}
</style>