Shades of Lima #78C62A
Tints of Lima #78C62A
RGB
CMYK
RGB Variations
Color information
#78C62A (or 0x78C62A) is known color: Lima. HEX triplet: 78, C6 and 2A. RGB value is (120,198,42). Sum of RGB (Red+Green+Blue) = 120+198+42=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #78C62A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C62A is #8739D5. Grayscale: #9D9D9D. Windows color (decimal): -8862166 or 2803320. OLE color: 2803320.
HSL color Cylindrical-coordinate representation of color #78C62A: hue angle of 90º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78C62A is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 42 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.22 |
| HSL | 90º | 0.65% | 0.47% | - |
| HSV(B) | 90º | 0.79% | 0.78% | - |
| XYZ | 28.36 | 44.55 | 9.29 | - |
| YUV | 156.89 | 63.16 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 42 | 0.39 | 0 | 0.79 | 0.22 | 90 | 0.65 | 0.47 |
| Hex | 78 | C6 | 2A | 27 | 0 | 4F | 16 | 5A | 41 | 2F |
| Octal | 170 | 306 | 52 | 47 | 0 | 117 | 26 | 132 | 101 | 57 |
| Binary | 1111000 | 11000110 | 101010 | 100111 | 0 | 1001111 | 10110 | 1011010 | 1000001 | 101111 |
Color Harmonies of #78C62A
Complementary color
Monochromatic Colors of #78C62A
Black with #78C62A
Text Example
Text Example
White with #78C62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C62A; }
p { color: rgb(120,198,42); }
H1.HeaderClassName
{
color: #78C62A;
}
.AnyTagClassName
{
color: #78C62A;
}
</style>
background-color css
<style>
a { background-color: #78C62A; }
a { background-color: rgb(120,198,42); }
div.DivClassName
{
background-color: #78C62A;
}
.BgClassName
{
background-color: #78C62A;
}
</style>
border-color css
<style>
span { border-color: #78C62A; }
span { border-color: rgb(120,198,42); }
td.TdClassName
{
border-color: #78C62A;
}
.TagClassName
{
border-color: #78C62A;
}
</style>