Shades of Lima #78C328
Tints of Lima #78C328
RGB
CMYK
RGB Variations
Color information
#78C328 (or 0x78C328) is known color: Lima. HEX triplet: 78, C3 and 28. RGB value is (120,195,40). Sum of RGB (Red+Green+Blue) = 120+195+40=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #78C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C328 is #873CD7. Grayscale: #9B9B9B. Windows color (decimal): -8862936 or 2671480. OLE color: 2671480.
HSL color Cylindrical-coordinate representation of color #78C328: hue angle of 89.03º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78C328 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 195 | 40 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.24 |
| HSL | 89.03º | 0.66% | 0.46% | - |
| HSV(B) | 89.03º | 0.79% | 0.76% | - |
| XYZ | 27.64 | 43.18 | 8.88 | - |
| YUV | 154.91 | 63.15 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 40 | 0.38 | 0 | 0.79 | 0.24 | 89.03 | 0.66 | 0.46 |
| Hex | 78 | C3 | 28 | 26 | 0 | 4F | 18 | 59 | 42 | 2E |
| Octal | 170 | 303 | 50 | 46 | 0 | 117 | 30 | 131 | 102 | 56 |
| Binary | 1111000 | 11000011 | 101000 | 100110 | 0 | 1001111 | 11000 | 1011001 | 1000010 | 101110 |
Color Harmonies of #78C328
Complementary color
Monochromatic Colors of #78C328
Black with #78C328
Text Example
Text Example
White with #78C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C328; }
p { color: rgb(120,195,40); }
H1.HeaderClassName
{
color: #78C328;
}
.AnyTagClassName
{
color: #78C328;
}
</style>
background-color css
<style>
a { background-color: #78C328; }
a { background-color: rgb(120,195,40); }
div.DivClassName
{
background-color: #78C328;
}
.BgClassName
{
background-color: #78C328;
}
</style>
border-color css
<style>
span { border-color: #78C328; }
span { border-color: rgb(120,195,40); }
td.TdClassName
{
border-color: #78C328;
}
.TagClassName
{
border-color: #78C328;
}
</style>