Shades of Lima #78D415
Tints of Lima #78D415
RGB
CMYK
RGB Variations
Color information
#78D415 (or 0x78D415) is known color: Lima. HEX triplet: 78, D4 and 15. RGB value is (120,212,21). Sum of RGB (Red+Green+Blue) = 120+212+21=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 212 (83.20% from 255 or 60.06% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 212 - color contains mainly: green. Hex color #78D415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78D415 is #872BEA. Grayscale: #A3A3A3. Windows color (decimal): -8858603 or 1430648. OLE color: 1430648.
HSL color Cylindrical-coordinate representation of color #78D415: hue angle of 88.9º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78D415 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 120 | 212 | 21 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.17 |
| HSL | 88.9º | 0.82% | 0.46% | - |
| HSV(B) | 88.9º | 0.9% | 0.83% | - |
| XYZ | 31.42 | 51.13 | 8.92 | - |
| YUV | 162.72 | 48.02 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 212 | 21 | 0.43 | 0 | 0.90 | 0.17 | 88.9 | 0.82 | 0.46 |
| Hex | 78 | D4 | 15 | 2B | 0 | 5A | 11 | 59 | 52 | 2E |
| Octal | 170 | 324 | 25 | 53 | 0 | 132 | 21 | 131 | 122 | 56 |
| Binary | 1111000 | 11010100 | 10101 | 101011 | 0 | 1011010 | 10001 | 1011001 | 1010010 | 101110 |
Color Harmonies of #78D415
Complementary color
Monochromatic Colors of #78D415
Black with #78D415
Text Example
Text Example
White with #78D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D415; }
p { color: rgb(120,212,21); }
H1.HeaderClassName
{
color: #78D415;
}
.AnyTagClassName
{
color: #78D415;
}
</style>
background-color css
<style>
a { background-color: #78D415; }
a { background-color: rgb(120,212,21); }
div.DivClassName
{
background-color: #78D415;
}
.BgClassName
{
background-color: #78D415;
}
</style>
border-color css
<style>
span { border-color: #78D415; }
span { border-color: rgb(120,212,21); }
td.TdClassName
{
border-color: #78D415;
}
.TagClassName
{
border-color: #78D415;
}
</style>