Shades of Lima #78BD12
Tints of Lima #78BD12
RGB
CMYK
RGB Variations
Color information
#78BD12 (or 0x78BD12) is known color: Lima. HEX triplet: 78, BD and 12. RGB value is (120,189,18). Sum of RGB (Red+Green+Blue) = 120+189+18=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BD12 is #8742ED. Grayscale: #959595. Windows color (decimal): -8864494 or 1228152. OLE color: 1228152.
HSL color Cylindrical-coordinate representation of color #78BD12: hue angle of 84.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78BD12 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 18 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.26 |
| HSL | 84.21º | 0.83% | 0.41% | - |
| HSV(B) | 84.21º | 0.9% | 0.74% | - |
| XYZ | 26.05 | 40.43 | 7 | - |
| YUV | 148.88 | 54.14 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 18 | 0.37 | 0 | 0.90 | 0.26 | 84.21 | 0.83 | 0.41 |
| Hex | 78 | BD | 12 | 25 | 0 | 5A | 1A | 54 | 53 | 29 |
| Octal | 170 | 275 | 22 | 45 | 0 | 132 | 32 | 124 | 123 | 51 |
| Binary | 1111000 | 10111101 | 10010 | 100101 | 0 | 1011010 | 11010 | 1010100 | 1010011 | 101001 |
Color Harmonies of #78BD12
Complementary color
Monochromatic Colors of #78BD12
Black with #78BD12
Text Example
Text Example
White with #78BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD12; }
p { color: rgb(120,189,18); }
H1.HeaderClassName
{
color: #78BD12;
}
.AnyTagClassName
{
color: #78BD12;
}
</style>
background-color css
<style>
a { background-color: #78BD12; }
a { background-color: rgb(120,189,18); }
div.DivClassName
{
background-color: #78BD12;
}
.BgClassName
{
background-color: #78BD12;
}
</style>
border-color css
<style>
span { border-color: #78BD12; }
span { border-color: rgb(120,189,18); }
td.TdClassName
{
border-color: #78BD12;
}
.TagClassName
{
border-color: #78BD12;
}
</style>