Shades of Lima #78CF0F
Tints of Lima #78CF0F
RGB
CMYK
RGB Variations
Color information
#78CF0F (or 0x78CF0F) is known color: Lima. HEX triplet: 78, CF and 0F. RGB value is (120,207,15). Sum of RGB (Red+Green+Blue) = 120+207+15=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CF0F is #8730F0. Grayscale: #9F9F9F. Windows color (decimal): -8859889 or 1036152. OLE color: 1036152.
HSL color Cylindrical-coordinate representation of color #78CF0F: hue angle of 87.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #78CF0F is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 15 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.19 |
| HSL | 87.19º | 0.86% | 0.44% | - |
| HSV(B) | 87.19º | 0.93% | 0.81% | - |
| XYZ | 30.14 | 48.65 | 8.25 | - |
| YUV | 159.1 | 46.68 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 15 | 0.42 | 0 | 0.93 | 0.19 | 87.19 | 0.86 | 0.44 |
| Hex | 78 | CF | F | 2A | 0 | 5D | 13 | 57 | 56 | 2C |
| Octal | 170 | 317 | 17 | 52 | 0 | 135 | 23 | 127 | 126 | 54 |
| Binary | 1111000 | 11001111 | 1111 | 101010 | 0 | 1011101 | 10011 | 1010111 | 1010110 | 101100 |
Color Harmonies of #78CF0F
Complementary color
Monochromatic Colors of #78CF0F
Black with #78CF0F
Text Example
Text Example
White with #78CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF0F; }
p { color: rgb(120,207,15); }
H1.HeaderClassName
{
color: #78CF0F;
}
.AnyTagClassName
{
color: #78CF0F;
}
</style>
background-color css
<style>
a { background-color: #78CF0F; }
a { background-color: rgb(120,207,15); }
div.DivClassName
{
background-color: #78CF0F;
}
.BgClassName
{
background-color: #78CF0F;
}
</style>
border-color css
<style>
span { border-color: #78CF0F; }
span { border-color: rgb(120,207,15); }
td.TdClassName
{
border-color: #78CF0F;
}
.TagClassName
{
border-color: #78CF0F;
}
</style>