Shades of Lima #78AB2F
Tints of Lima #78AB2F
RGB
CMYK
RGB Variations
Color information
#78AB2F (or 0x78AB2F) is known color: Lima. HEX triplet: 78, AB and 2F. RGB value is (120,171,47). Sum of RGB (Red+Green+Blue) = 120+171+47=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB2F is #8754D0. Grayscale: #8E8E8E. Windows color (decimal): -8869073 or 3124088. OLE color: 3124088.
HSL color Cylindrical-coordinate representation of color #78AB2F: hue angle of 84.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78AB2F is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 47 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.33 |
| HSL | 84.68º | 0.57% | 0.43% | - |
| HSV(B) | 84.68º | 0.73% | 0.67% | - |
| XYZ | 22.82 | 33.32 | 7.92 | - |
| YUV | 141.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 47 | 0.30 | 0 | 0.73 | 0.33 | 84.68 | 0.57 | 0.43 |
| Hex | 78 | AB | 2F | 1E | 0 | 49 | 21 | 55 | 39 | 2B |
| Octal | 170 | 253 | 57 | 36 | 0 | 111 | 41 | 125 | 71 | 53 |
| Binary | 1111000 | 10101011 | 101111 | 11110 | 0 | 1001001 | 100001 | 1010101 | 111001 | 101011 |
Color Harmonies of #78AB2F
Complementary color
Monochromatic Colors of #78AB2F
Black with #78AB2F
Text Example
Text Example
White with #78AB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB2F; }
p { color: rgb(120,171,47); }
H1.HeaderClassName
{
color: #78AB2F;
}
.AnyTagClassName
{
color: #78AB2F;
}
</style>
background-color css
<style>
a { background-color: #78AB2F; }
a { background-color: rgb(120,171,47); }
div.DivClassName
{
background-color: #78AB2F;
}
.BgClassName
{
background-color: #78AB2F;
}
</style>
border-color css
<style>
span { border-color: #78AB2F; }
span { border-color: rgb(120,171,47); }
td.TdClassName
{
border-color: #78AB2F;
}
.TagClassName
{
border-color: #78AB2F;
}
</style>