Shades of Lima #78CF08
Tints of Lima #78CF08
RGB
CMYK
RGB Variations
Color information
#78CF08 (or 0x78CF08) is known color: Lima. HEX triplet: 78, CF and 08. RGB value is (120,207,8). Sum of RGB (Red+Green+Blue) = 120+207+8=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CF08 is #8730F7. Grayscale: #9F9F9F. Windows color (decimal): -8859896 or 577400. OLE color: 577400.
HSL color Cylindrical-coordinate representation of color #78CF08: hue angle of 86.23º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78CF08 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 8 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.19 |
| HSL | 86.23º | 0.93% | 0.42% | - |
| HSV(B) | 86.23º | 0.96% | 0.81% | - |
| XYZ | 30.1 | 48.64 | 8.03 | - |
| YUV | 158.3 | 43.18 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 8 | 0.42 | 0 | 0.96 | 0.19 | 86.23 | 0.93 | 0.42 |
| Hex | 78 | CF | 8 | 2A | 0 | 60 | 13 | 56 | 5D | 2A |
| Octal | 170 | 317 | 10 | 52 | 0 | 140 | 23 | 126 | 135 | 52 |
| Binary | 1111000 | 11001111 | 1000 | 101010 | 0 | 1100000 | 10011 | 1010110 | 1011101 | 101010 |
Color Harmonies of #78CF08
Complementary color
Monochromatic Colors of #78CF08
Black with #78CF08
Text Example
Text Example
White with #78CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF08; }
p { color: rgb(120,207,8); }
H1.HeaderClassName
{
color: #78CF08;
}
.AnyTagClassName
{
color: #78CF08;
}
</style>
background-color css
<style>
a { background-color: #78CF08; }
a { background-color: rgb(120,207,8); }
div.DivClassName
{
background-color: #78CF08;
}
.BgClassName
{
background-color: #78CF08;
}
</style>
border-color css
<style>
span { border-color: #78CF08; }
span { border-color: rgb(120,207,8); }
td.TdClassName
{
border-color: #78CF08;
}
.TagClassName
{
border-color: #78CF08;
}
</style>