Shades of Lima #78C12A
Tints of Lima #78C12A
RGB
CMYK
RGB Variations
Color information
#78C12A (or 0x78C12A) is known color: Lima. HEX triplet: 78, C1 and 2A. RGB value is (120,193,42). Sum of RGB (Red+Green+Blue) = 120+193+42=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #78C12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C12A is #873ED5. Grayscale: #9A9A9A. Windows color (decimal): -8863446 or 2802040. OLE color: 2802040.
HSL color Cylindrical-coordinate representation of color #78C12A: hue angle of 89.01º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78C12A is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 42 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.24 |
| HSL | 89.01º | 0.64% | 0.46% | - |
| HSV(B) | 89.01º | 0.78% | 0.76% | - |
| XYZ | 27.23 | 42.3 | 8.92 | - |
| YUV | 153.96 | 64.82 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 42 | 0.38 | 0 | 0.78 | 0.24 | 89.01 | 0.64 | 0.46 |
| Hex | 78 | C1 | 2A | 26 | 0 | 4E | 18 | 59 | 40 | 2E |
| Octal | 170 | 301 | 52 | 46 | 0 | 116 | 30 | 131 | 100 | 56 |
| Binary | 1111000 | 11000001 | 101010 | 100110 | 0 | 1001110 | 11000 | 1011001 | 1000000 | 101110 |
Color Harmonies of #78C12A
Complementary color
Monochromatic Colors of #78C12A
Black with #78C12A
Text Example
Text Example
White with #78C12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C12A; }
p { color: rgb(120,193,42); }
H1.HeaderClassName
{
color: #78C12A;
}
.AnyTagClassName
{
color: #78C12A;
}
</style>
background-color css
<style>
a { background-color: #78C12A; }
a { background-color: rgb(120,193,42); }
div.DivClassName
{
background-color: #78C12A;
}
.BgClassName
{
background-color: #78C12A;
}
</style>
border-color css
<style>
span { border-color: #78C12A; }
span { border-color: rgb(120,193,42); }
td.TdClassName
{
border-color: #78C12A;
}
.TagClassName
{
border-color: #78C12A;
}
</style>