Shades of Lima #78BF20
Tints of Lima #78BF20
RGB
CMYK
RGB Variations
Color information
#78BF20 (or 0x78BF20) is known color: Lima. HEX triplet: 78, BF and 20. RGB value is (120,191,32). Sum of RGB (Red+Green+Blue) = 120+191+32=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BF20 is #8740DF. Grayscale: #989898. Windows color (decimal): -8863968 or 2146168. OLE color: 2146168.
HSL color Cylindrical-coordinate representation of color #78BF20: hue angle of 86.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78BF20 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 191 | 32 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.25 |
| HSL | 86.79º | 0.71% | 0.44% | - |
| HSV(B) | 86.79º | 0.83% | 0.75% | - |
| XYZ | 26.64 | 41.36 | 7.95 | - |
| YUV | 151.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 32 | 0.37 | 0 | 0.83 | 0.25 | 86.79 | 0.71 | 0.44 |
| Hex | 78 | BF | 20 | 25 | 0 | 53 | 19 | 57 | 47 | 2C |
| Octal | 170 | 277 | 40 | 45 | 0 | 123 | 31 | 127 | 107 | 54 |
| Binary | 1111000 | 10111111 | 100000 | 100101 | 0 | 1010011 | 11001 | 1010111 | 1000111 | 101100 |
Color Harmonies of #78BF20
Complementary color
Monochromatic Colors of #78BF20
Black with #78BF20
Text Example
Text Example
White with #78BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BF20; }
p { color: rgb(120,191,32); }
H1.HeaderClassName
{
color: #78BF20;
}
.AnyTagClassName
{
color: #78BF20;
}
</style>
background-color css
<style>
a { background-color: #78BF20; }
a { background-color: rgb(120,191,32); }
div.DivClassName
{
background-color: #78BF20;
}
.BgClassName
{
background-color: #78BF20;
}
</style>
border-color css
<style>
span { border-color: #78BF20; }
span { border-color: rgb(120,191,32); }
td.TdClassName
{
border-color: #78BF20;
}
.TagClassName
{
border-color: #78BF20;
}
</style>