Shades of Lima #78C321
Tints of Lima #78C321
RGB
CMYK
RGB Variations
Color information
#78C321 (or 0x78C321) is known color: Lima. HEX triplet: 78, C3 and 21. RGB value is (120,195,33). Sum of RGB (Red+Green+Blue) = 120+195+33=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #78C321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C321 is #873CDE. Grayscale: #9A9A9A. Windows color (decimal): -8862943 or 2212728. OLE color: 2212728.
HSL color Cylindrical-coordinate representation of color #78C321: hue angle of 87.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78C321 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 33 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.24 |
| HSL | 87.78º | 0.71% | 0.45% | - |
| HSV(B) | 87.78º | 0.83% | 0.76% | - |
| XYZ | 27.54 | 43.13 | 8.31 | - |
| YUV | 154.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 33 | 0.38 | 0 | 0.83 | 0.24 | 87.78 | 0.71 | 0.45 |
| Hex | 78 | C3 | 21 | 26 | 0 | 53 | 18 | 58 | 47 | 2D |
| Octal | 170 | 303 | 41 | 46 | 0 | 123 | 30 | 130 | 107 | 55 |
| Binary | 1111000 | 11000011 | 100001 | 100110 | 0 | 1010011 | 11000 | 1011000 | 1000111 | 101101 |
Color Harmonies of #78C321
Complementary color
Monochromatic Colors of #78C321
Black with #78C321
Text Example
Text Example
White with #78C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C321; }
p { color: rgb(120,195,33); }
H1.HeaderClassName
{
color: #78C321;
}
.AnyTagClassName
{
color: #78C321;
}
</style>
background-color css
<style>
a { background-color: #78C321; }
a { background-color: rgb(120,195,33); }
div.DivClassName
{
background-color: #78C321;
}
.BgClassName
{
background-color: #78C321;
}
</style>
border-color css
<style>
span { border-color: #78C321; }
span { border-color: rgb(120,195,33); }
td.TdClassName
{
border-color: #78C321;
}
.TagClassName
{
border-color: #78C321;
}
</style>