Shades of Lima #78C22D
Tints of Lima #78C22D
RGB
CMYK
RGB Variations
Color information
#78C22D (or 0x78C22D) is known color: Lima. HEX triplet: 78, C2 and 2D. RGB value is (120,194,45). Sum of RGB (Red+Green+Blue) = 120+194+45=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #78C22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C22D is #873DD2. Grayscale: #9B9B9B. Windows color (decimal): -8863187 or 2998904. OLE color: 2998904.
HSL color Cylindrical-coordinate representation of color #78C22D: 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.77%. Process color model (Four color, CMYK) of #78C22D is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 45 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.24 |
| HSL | 89.8º | 0.62% | 0.47% | - |
| HSV(B) | 89.8º | 0.77% | 0.76% | - |
| XYZ | 27.51 | 42.77 | 9.29 | - |
| YUV | 154.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 45 | 0.38 | 0 | 0.77 | 0.24 | 89.8 | 0.62 | 0.47 |
| Hex | 78 | C2 | 2D | 26 | 0 | 4D | 18 | 5A | 3E | 2F |
| Octal | 170 | 302 | 55 | 46 | 0 | 115 | 30 | 132 | 76 | 57 |
| Binary | 1111000 | 11000010 | 101101 | 100110 | 0 | 1001101 | 11000 | 1011010 | 111110 | 101111 |
Color Harmonies of #78C22D
Complementary color
Monochromatic Colors of #78C22D
Black with #78C22D
Text Example
Text Example
White with #78C22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C22D; }
p { color: rgb(120,194,45); }
H1.HeaderClassName
{
color: #78C22D;
}
.AnyTagClassName
{
color: #78C22D;
}
</style>
background-color css
<style>
a { background-color: #78C22D; }
a { background-color: rgb(120,194,45); }
div.DivClassName
{
background-color: #78C22D;
}
.BgClassName
{
background-color: #78C22D;
}
</style>
border-color css
<style>
span { border-color: #78C22D; }
span { border-color: rgb(120,194,45); }
td.TdClassName
{
border-color: #78C22D;
}
.TagClassName
{
border-color: #78C22D;
}
</style>