Shades of Lima #78C031
Tints of Lima #78C031
RGB
CMYK
RGB Variations
Color information
#78C031 (or 0x78C031) is known color: Lima. HEX triplet: 78, C0 and 31. RGB value is (120,192,49). Sum of RGB (Red+Green+Blue) = 120+192+49=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #78C031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C031 is #873FCE. Grayscale: #9A9A9A. Windows color (decimal): -8863695 or 3260536. OLE color: 3260536.
HSL color Cylindrical-coordinate representation of color #78C031: hue angle of 90.21º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78C031 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 49 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.25 |
| HSL | 90.21º | 0.59% | 0.47% | - |
| HSV(B) | 90.21º | 0.74% | 0.75% | - |
| XYZ | 27.15 | 41.91 | 9.57 | - |
| YUV | 154.17 | 68.65 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 49 | 0.38 | 0 | 0.74 | 0.25 | 90.21 | 0.59 | 0.47 |
| Hex | 78 | C0 | 31 | 26 | 0 | 4A | 19 | 5A | 3B | 2F |
| Octal | 170 | 300 | 61 | 46 | 0 | 112 | 31 | 132 | 73 | 57 |
| Binary | 1111000 | 11000000 | 110001 | 100110 | 0 | 1001010 | 11001 | 1011010 | 111011 | 101111 |
Color Harmonies of #78C031
Complementary color
Monochromatic Colors of #78C031
Black with #78C031
Text Example
Text Example
White with #78C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C031; }
p { color: rgb(120,192,49); }
H1.HeaderClassName
{
color: #78C031;
}
.AnyTagClassName
{
color: #78C031;
}
</style>
background-color css
<style>
a { background-color: #78C031; }
a { background-color: rgb(120,192,49); }
div.DivClassName
{
background-color: #78C031;
}
.BgClassName
{
background-color: #78C031;
}
</style>
border-color css
<style>
span { border-color: #78C031; }
span { border-color: rgb(120,192,49); }
td.TdClassName
{
border-color: #78C031;
}
.TagClassName
{
border-color: #78C031;
}
</style>