Shades of Lima #78AC28
Tints of Lima #78AC28
RGB
CMYK
RGB Variations
Color information
#78AC28 (or 0x78AC28) is known color: Lima. HEX triplet: 78, AC and 28. RGB value is (120,172,40). Sum of RGB (Red+Green+Blue) = 120+172+40=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC28 is #8753D7. Grayscale: #8D8D8D. Windows color (decimal): -8868824 or 2665592. OLE color: 2665592.
HSL color Cylindrical-coordinate representation of color #78AC28: hue angle of 83.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78AC28 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 40 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.33 |
| HSL | 83.64º | 0.62% | 0.42% | - |
| HSV(B) | 83.64º | 0.77% | 0.67% | - |
| XYZ | 22.88 | 33.65 | 7.3 | - |
| YUV | 141.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 40 | 0.30 | 0 | 0.77 | 0.33 | 83.64 | 0.62 | 0.42 |
| Hex | 78 | AC | 28 | 1E | 0 | 4D | 21 | 54 | 3E | 2A |
| Octal | 170 | 254 | 50 | 36 | 0 | 115 | 41 | 124 | 76 | 52 |
| Binary | 1111000 | 10101100 | 101000 | 11110 | 0 | 1001101 | 100001 | 1010100 | 111110 | 101010 |
Color Harmonies of #78AC28
Complementary color
Monochromatic Colors of #78AC28
Black with #78AC28
Text Example
Text Example
White with #78AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC28; }
p { color: rgb(120,172,40); }
H1.HeaderClassName
{
color: #78AC28;
}
.AnyTagClassName
{
color: #78AC28;
}
</style>
background-color css
<style>
a { background-color: #78AC28; }
a { background-color: rgb(120,172,40); }
div.DivClassName
{
background-color: #78AC28;
}
.BgClassName
{
background-color: #78AC28;
}
</style>
border-color css
<style>
span { border-color: #78AC28; }
span { border-color: rgb(120,172,40); }
td.TdClassName
{
border-color: #78AC28;
}
.TagClassName
{
border-color: #78AC28;
}
</style>