Shades of Lima #78C12E
Tints of Lima #78C12E
RGB
CMYK
RGB Variations
Color information
#78C12E (or 0x78C12E) is known color: Lima. HEX triplet: 78, C1 and 2E. RGB value is (120,193,46). Sum of RGB (Red+Green+Blue) = 120+193+46=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 46 (18.36% from 255 or 12.81% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #78C12E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C12E is #873ED1. Grayscale: #9A9A9A. Windows color (decimal): -8863442 or 3064184. OLE color: 3064184.
HSL color Cylindrical-coordinate representation of color #78C12E: hue angle of 89.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78C12E is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 46 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.24 |
| HSL | 89.8º | 0.62% | 0.47% | - |
| HSV(B) | 89.8º | 0.76% | 0.76% | - |
| XYZ | 27.31 | 42.33 | 9.32 | - |
| YUV | 154.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 46 | 0.38 | 0 | 0.76 | 0.24 | 89.8 | 0.62 | 0.47 |
| Hex | 78 | C1 | 2E | 26 | 0 | 4C | 18 | 5A | 3E | 2F |
| Octal | 170 | 301 | 56 | 46 | 0 | 114 | 30 | 132 | 76 | 57 |
| Binary | 1111000 | 11000001 | 101110 | 100110 | 0 | 1001100 | 11000 | 1011010 | 111110 | 101111 |
Color Harmonies of #78C12E
Complementary color
Monochromatic Colors of #78C12E
Black with #78C12E
Text Example
Text Example
White with #78C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C12E; }
p { color: rgb(120,193,46); }
H1.HeaderClassName
{
color: #78C12E;
}
.AnyTagClassName
{
color: #78C12E;
}
</style>
background-color css
<style>
a { background-color: #78C12E; }
a { background-color: rgb(120,193,46); }
div.DivClassName
{
background-color: #78C12E;
}
.BgClassName
{
background-color: #78C12E;
}
</style>
border-color css
<style>
span { border-color: #78C12E; }
span { border-color: rgb(120,193,46); }
td.TdClassName
{
border-color: #78C12E;
}
.TagClassName
{
border-color: #78C12E;
}
</style>