Shades of Lima #78BE34
Tints of Lima #78BE34
RGB
CMYK
RGB Variations
Color information
#78BE34 (or 0x78BE34) is known color: Lima. HEX triplet: 78, BE and 34. RGB value is (120,190,52). Sum of RGB (Red+Green+Blue) = 120+190+52=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BE34 is #8741CB. Grayscale: #999999. Windows color (decimal): -8864204 or 3456632. OLE color: 3456632.
HSL color Cylindrical-coordinate representation of color #78BE34: hue angle of 90.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78BE34 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 52 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.25 |
| HSL | 90.43º | 0.57% | 0.47% | - |
| HSV(B) | 90.43º | 0.73% | 0.75% | - |
| XYZ | 26.78 | 41.07 | 9.76 | - |
| YUV | 153.34 | 70.81 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 52 | 0.37 | 0 | 0.73 | 0.25 | 90.43 | 0.57 | 0.47 |
| Hex | 78 | BE | 34 | 25 | 0 | 49 | 19 | 5A | 39 | 2F |
| Octal | 170 | 276 | 64 | 45 | 0 | 111 | 31 | 132 | 71 | 57 |
| Binary | 1111000 | 10111110 | 110100 | 100101 | 0 | 1001001 | 11001 | 1011010 | 111001 | 101111 |
Color Harmonies of #78BE34
Complementary color
Monochromatic Colors of #78BE34
Black with #78BE34
Text Example
Text Example
White with #78BE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE34; }
p { color: rgb(120,190,52); }
H1.HeaderClassName
{
color: #78BE34;
}
.AnyTagClassName
{
color: #78BE34;
}
</style>
background-color css
<style>
a { background-color: #78BE34; }
a { background-color: rgb(120,190,52); }
div.DivClassName
{
background-color: #78BE34;
}
.BgClassName
{
background-color: #78BE34;
}
</style>
border-color css
<style>
span { border-color: #78BE34; }
span { border-color: rgb(120,190,52); }
td.TdClassName
{
border-color: #78BE34;
}
.TagClassName
{
border-color: #78BE34;
}
</style>