Shades of Lima #78BD2B
Tints of Lima #78BD2B
RGB
CMYK
RGB Variations
Color information
#78BD2B (or 0x78BD2B) is known color: Lima. HEX triplet: 78, BD and 2B. RGB value is (120,189,43). Sum of RGB (Red+Green+Blue) = 120+189+43=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD2B is #8742D4. Grayscale: #989898. Windows color (decimal): -8864469 or 2866552. OLE color: 2866552.
HSL color Cylindrical-coordinate representation of color #78BD2B: hue angle of 88.36º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78BD2B is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 43 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.26 |
| HSL | 88.36º | 0.63% | 0.45% | - |
| HSV(B) | 88.36º | 0.77% | 0.74% | - |
| XYZ | 26.38 | 40.56 | 8.72 | - |
| YUV | 151.73 | 66.64 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 43 | 0.37 | 0 | 0.77 | 0.26 | 88.36 | 0.63 | 0.45 |
| Hex | 78 | BD | 2B | 25 | 0 | 4D | 1A | 58 | 3F | 2D |
| Octal | 170 | 275 | 53 | 45 | 0 | 115 | 32 | 130 | 77 | 55 |
| Binary | 1111000 | 10111101 | 101011 | 100101 | 0 | 1001101 | 11010 | 1011000 | 111111 | 101101 |
Color Harmonies of #78BD2B
Complementary color
Monochromatic Colors of #78BD2B
Black with #78BD2B
Text Example
Text Example
White with #78BD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD2B; }
p { color: rgb(120,189,43); }
H1.HeaderClassName
{
color: #78BD2B;
}
.AnyTagClassName
{
color: #78BD2B;
}
</style>
background-color css
<style>
a { background-color: #78BD2B; }
a { background-color: rgb(120,189,43); }
div.DivClassName
{
background-color: #78BD2B;
}
.BgClassName
{
background-color: #78BD2B;
}
</style>
border-color css
<style>
span { border-color: #78BD2B; }
span { border-color: rgb(120,189,43); }
td.TdClassName
{
border-color: #78BD2B;
}
.TagClassName
{
border-color: #78BD2B;
}
</style>