Shades of Lima #78BD2A
Tints of Lima #78BD2A
RGB
CMYK
RGB Variations
Color information
#78BD2A (or 0x78BD2A) is known color: Lima. HEX triplet: 78, BD and 2A. RGB value is (120,189,42). Sum of RGB (Red+Green+Blue) = 120+189+42=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD2A is #8742D5. Grayscale: #989898. Windows color (decimal): -8864470 or 2801016. OLE color: 2801016.
HSL color Cylindrical-coordinate representation of color #78BD2A: hue angle of 88.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78BD2A is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 42 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.26 |
| HSL | 88.16º | 0.64% | 0.45% | - |
| HSV(B) | 88.16º | 0.78% | 0.74% | - |
| XYZ | 26.36 | 40.56 | 8.63 | - |
| YUV | 151.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 42 | 0.37 | 0 | 0.78 | 0.26 | 88.16 | 0.64 | 0.45 |
| Hex | 78 | BD | 2A | 25 | 0 | 4E | 1A | 58 | 40 | 2D |
| Octal | 170 | 275 | 52 | 45 | 0 | 116 | 32 | 130 | 100 | 55 |
| Binary | 1111000 | 10111101 | 101010 | 100101 | 0 | 1001110 | 11010 | 1011000 | 1000000 | 101101 |
Color Harmonies of #78BD2A
Complementary color
Monochromatic Colors of #78BD2A
Black with #78BD2A
Text Example
Text Example
White with #78BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD2A; }
p { color: rgb(120,189,42); }
H1.HeaderClassName
{
color: #78BD2A;
}
.AnyTagClassName
{
color: #78BD2A;
}
</style>
background-color css
<style>
a { background-color: #78BD2A; }
a { background-color: rgb(120,189,42); }
div.DivClassName
{
background-color: #78BD2A;
}
.BgClassName
{
background-color: #78BD2A;
}
</style>
border-color css
<style>
span { border-color: #78BD2A; }
span { border-color: rgb(120,189,42); }
td.TdClassName
{
border-color: #78BD2A;
}
.TagClassName
{
border-color: #78BD2A;
}
</style>