Shades of Lima #78C131
Tints of Lima #78C131
RGB
CMYK
RGB Variations
Color information
#78C131 (or 0x78C131) is known color: Lima. HEX triplet: 78, C1 and 31. RGB value is (120,193,49). Sum of RGB (Red+Green+Blue) = 120+193+49=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #78C131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C131 is #873ECE. Grayscale: #9B9B9B. Windows color (decimal): -8863439 or 3260792. OLE color: 3260792.
HSL color Cylindrical-coordinate representation of color #78C131: hue angle of 90.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78C131 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 49 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.24 |
| HSL | 90.42º | 0.6% | 0.47% | - |
| HSV(B) | 90.42º | 0.75% | 0.76% | - |
| XYZ | 27.37 | 42.35 | 9.64 | - |
| YUV | 154.76 | 68.32 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 49 | 0.38 | 0 | 0.75 | 0.24 | 90.42 | 0.6 | 0.47 |
| Hex | 78 | C1 | 31 | 26 | 0 | 4B | 18 | 5A | 3C | 2F |
| Octal | 170 | 301 | 61 | 46 | 0 | 113 | 30 | 132 | 74 | 57 |
| Binary | 1111000 | 11000001 | 110001 | 100110 | 0 | 1001011 | 11000 | 1011010 | 111100 | 101111 |
Color Harmonies of #78C131
Complementary color
Monochromatic Colors of #78C131
Black with #78C131
Text Example
Text Example
White with #78C131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C131; }
p { color: rgb(120,193,49); }
H1.HeaderClassName
{
color: #78C131;
}
.AnyTagClassName
{
color: #78C131;
}
</style>
background-color css
<style>
a { background-color: #78C131; }
a { background-color: rgb(120,193,49); }
div.DivClassName
{
background-color: #78C131;
}
.BgClassName
{
background-color: #78C131;
}
</style>
border-color css
<style>
span { border-color: #78C131; }
span { border-color: rgb(120,193,49); }
td.TdClassName
{
border-color: #78C131;
}
.TagClassName
{
border-color: #78C131;
}
</style>