Shades of Lima #78CB0E
Tints of Lima #78CB0E
RGB
CMYK
RGB Variations
Color information
#78CB0E (or 0x78CB0E) is known color: Lima. HEX triplet: 78, CB and 0E. RGB value is (120,203,14). Sum of RGB (Red+Green+Blue) = 120+203+14=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CB0E is #8734F1. Grayscale: #9D9D9D. Windows color (decimal): -8860914 or 969592. OLE color: 969592.
HSL color Cylindrical-coordinate representation of color #78CB0E: hue angle of 86.35º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78CB0E is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 203 | 14 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.20 |
| HSL | 86.35º | 0.87% | 0.43% | - |
| HSV(B) | 86.35º | 0.93% | 0.8% | - |
| XYZ | 29.18 | 46.74 | 7.9 | - |
| YUV | 156.64 | 47.5 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 14 | 0.41 | 0 | 0.93 | 0.20 | 86.35 | 0.87 | 0.43 |
| Hex | 78 | CB | E | 29 | 0 | 5D | 14 | 56 | 57 | 2B |
| Octal | 170 | 313 | 16 | 51 | 0 | 135 | 24 | 126 | 127 | 53 |
| Binary | 1111000 | 11001011 | 1110 | 101001 | 0 | 1011101 | 10100 | 1010110 | 1010111 | 101011 |
Color Harmonies of #78CB0E
Complementary color
Monochromatic Colors of #78CB0E
Black with #78CB0E
Text Example
Text Example
White with #78CB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CB0E; }
p { color: rgb(120,203,14); }
H1.HeaderClassName
{
color: #78CB0E;
}
.AnyTagClassName
{
color: #78CB0E;
}
</style>
background-color css
<style>
a { background-color: #78CB0E; }
a { background-color: rgb(120,203,14); }
div.DivClassName
{
background-color: #78CB0E;
}
.BgClassName
{
background-color: #78CB0E;
}
</style>
border-color css
<style>
span { border-color: #78CB0E; }
span { border-color: rgb(120,203,14); }
td.TdClassName
{
border-color: #78CB0E;
}
.TagClassName
{
border-color: #78CB0E;
}
</style>