Shades of Lima #78AB25
Tints of Lima #78AB25
RGB
CMYK
RGB Variations
Color information
#78AB25 (or 0x78AB25) is known color: Lima. HEX triplet: 78, AB and 25. RGB value is (120,171,37). Sum of RGB (Red+Green+Blue) = 120+171+37=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB25 is #8754DA. Grayscale: #8C8C8C. Windows color (decimal): -8869083 or 2468728. OLE color: 2468728.
HSL color Cylindrical-coordinate representation of color #78AB25: hue angle of 82.84º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78AB25 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 37 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.33 |
| HSL | 82.84º | 0.64% | 0.41% | - |
| HSV(B) | 82.84º | 0.78% | 0.67% | - |
| XYZ | 22.64 | 33.25 | 6.98 | - |
| YUV | 140.48 | 69.6 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 37 | 0.30 | 0 | 0.78 | 0.33 | 82.84 | 0.64 | 0.41 |
| Hex | 78 | AB | 25 | 1E | 0 | 4E | 21 | 53 | 40 | 29 |
| Octal | 170 | 253 | 45 | 36 | 0 | 116 | 41 | 123 | 100 | 51 |
| Binary | 1111000 | 10101011 | 100101 | 11110 | 0 | 1001110 | 100001 | 1010011 | 1000000 | 101001 |
Color Harmonies of #78AB25
Complementary color
Monochromatic Colors of #78AB25
Black with #78AB25
Text Example
Text Example
White with #78AB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB25; }
p { color: rgb(120,171,37); }
H1.HeaderClassName
{
color: #78AB25;
}
.AnyTagClassName
{
color: #78AB25;
}
</style>
background-color css
<style>
a { background-color: #78AB25; }
a { background-color: rgb(120,171,37); }
div.DivClassName
{
background-color: #78AB25;
}
.BgClassName
{
background-color: #78AB25;
}
</style>
border-color css
<style>
span { border-color: #78AB25; }
span { border-color: rgb(120,171,37); }
td.TdClassName
{
border-color: #78AB25;
}
.TagClassName
{
border-color: #78AB25;
}
</style>