Shades of Lima #78BA2F
Tints of Lima #78BA2F
RGB
CMYK
RGB Variations
Color information
#78BA2F (or 0x78BA2F) is known color: Lima. HEX triplet: 78, BA and 2F. RGB value is (120,186,47). Sum of RGB (Red+Green+Blue) = 120+186+47=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BA2F is #8745D0. Grayscale: #969696. Windows color (decimal): -8865233 or 3127928. OLE color: 3127928.
HSL color Cylindrical-coordinate representation of color #78BA2F: hue angle of 88.49º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78BA2F is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 186 | 47 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.27 |
| HSL | 88.49º | 0.6% | 0.46% | - |
| HSV(B) | 88.49º | 0.75% | 0.73% | - |
| XYZ | 25.82 | 39.32 | 8.92 | - |
| YUV | 150.42 | 69.63 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 186 | 47 | 0.35 | 0 | 0.75 | 0.27 | 88.49 | 0.6 | 0.46 |
| Hex | 78 | BA | 2F | 23 | 0 | 4B | 1B | 58 | 3C | 2E |
| Octal | 170 | 272 | 57 | 43 | 0 | 113 | 33 | 130 | 74 | 56 |
| Binary | 1111000 | 10111010 | 101111 | 100011 | 0 | 1001011 | 11011 | 1011000 | 111100 | 101110 |
Color Harmonies of #78BA2F
Complementary color
Monochromatic Colors of #78BA2F
Black with #78BA2F
Text Example
Text Example
White with #78BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BA2F; }
p { color: rgb(120,186,47); }
H1.HeaderClassName
{
color: #78BA2F;
}
.AnyTagClassName
{
color: #78BA2F;
}
</style>
background-color css
<style>
a { background-color: #78BA2F; }
a { background-color: rgb(120,186,47); }
div.DivClassName
{
background-color: #78BA2F;
}
.BgClassName
{
background-color: #78BA2F;
}
</style>
border-color css
<style>
span { border-color: #78BA2F; }
span { border-color: rgb(120,186,47); }
td.TdClassName
{
border-color: #78BA2F;
}
.TagClassName
{
border-color: #78BA2F;
}
</style>