Shades of Lima #78D008
Tints of Lima #78D008
RGB
CMYK
RGB Variations
Color information
#78D008 (or 0x78D008) is known color: Lima. HEX triplet: 78, D0 and 08. RGB value is (120,208,8). Sum of RGB (Red+Green+Blue) = 120+208+8=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 208 (81.64% from 255 or 61.90% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 208 - color contains mainly: green. Hex color #78D008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78D008 is #872FF7. Grayscale: #9F9F9F. Windows color (decimal): -8859640 or 577656. OLE color: 577656.
HSL color Cylindrical-coordinate representation of color #78D008: hue angle of 86.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78D008 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 8 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.18 |
| HSL | 86.4º | 0.93% | 0.42% | - |
| HSV(B) | 86.4º | 0.96% | 0.82% | - |
| XYZ | 30.35 | 49.12 | 8.11 | - |
| YUV | 158.89 | 42.85 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 8 | 0.42 | 0 | 0.96 | 0.18 | 86.4 | 0.93 | 0.42 |
| Hex | 78 | D0 | 8 | 2A | 0 | 60 | 12 | 56 | 5D | 2A |
| Octal | 170 | 320 | 10 | 52 | 0 | 140 | 22 | 126 | 135 | 52 |
| Binary | 1111000 | 11010000 | 1000 | 101010 | 0 | 1100000 | 10010 | 1010110 | 1011101 | 101010 |
Color Harmonies of #78D008
Complementary color
Monochromatic Colors of #78D008
Black with #78D008
Text Example
Text Example
White with #78D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D008; }
p { color: rgb(120,208,8); }
H1.HeaderClassName
{
color: #78D008;
}
.AnyTagClassName
{
color: #78D008;
}
</style>
background-color css
<style>
a { background-color: #78D008; }
a { background-color: rgb(120,208,8); }
div.DivClassName
{
background-color: #78D008;
}
.BgClassName
{
background-color: #78D008;
}
</style>
border-color css
<style>
span { border-color: #78D008; }
span { border-color: rgb(120,208,8); }
td.TdClassName
{
border-color: #78D008;
}
.TagClassName
{
border-color: #78D008;
}
</style>