Shades of Lima #78BD1B
Tints of Lima #78BD1B
RGB
CMYK
RGB Variations
Color information
#78BD1B (or 0x78BD1B) is known color: Lima. HEX triplet: 78, BD and 1B. RGB value is (120,189,27). Sum of RGB (Red+Green+Blue) = 120+189+27=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD1B is #8742E4. Grayscale: #969696. Windows color (decimal): -8864485 or 1817976. OLE color: 1817976.
HSL color Cylindrical-coordinate representation of color #78BD1B: hue angle of 85.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78BD1B is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 27 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.26 |
| HSL | 85.56º | 0.75% | 0.42% | - |
| HSV(B) | 85.56º | 0.86% | 0.74% | - |
| XYZ | 26.14 | 40.47 | 7.47 | - |
| YUV | 149.9 | 58.64 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 27 | 0.37 | 0 | 0.86 | 0.26 | 85.56 | 0.75 | 0.42 |
| Hex | 78 | BD | 1B | 25 | 0 | 56 | 1A | 56 | 4B | 2A |
| Octal | 170 | 275 | 33 | 45 | 0 | 126 | 32 | 126 | 113 | 52 |
| Binary | 1111000 | 10111101 | 11011 | 100101 | 0 | 1010110 | 11010 | 1010110 | 1001011 | 101010 |
Color Harmonies of #78BD1B
Complementary color
Monochromatic Colors of #78BD1B
Black with #78BD1B
Text Example
Text Example
White with #78BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD1B; }
p { color: rgb(120,189,27); }
H1.HeaderClassName
{
color: #78BD1B;
}
.AnyTagClassName
{
color: #78BD1B;
}
</style>
background-color css
<style>
a { background-color: #78BD1B; }
a { background-color: rgb(120,189,27); }
div.DivClassName
{
background-color: #78BD1B;
}
.BgClassName
{
background-color: #78BD1B;
}
</style>
border-color css
<style>
span { border-color: #78BD1B; }
span { border-color: rgb(120,189,27); }
td.TdClassName
{
border-color: #78BD1B;
}
.TagClassName
{
border-color: #78BD1B;
}
</style>