Shades of Lima #78CE09
Tints of Lima #78CE09
RGB
CMYK
RGB Variations
Color information
#78CE09 (or 0x78CE09) is known color: Lima. HEX triplet: 78, CE and 09. RGB value is (120,206,9). Sum of RGB (Red+Green+Blue) = 120+206+9=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CE09 is #8731F6. Grayscale: #9E9E9E. Windows color (decimal): -8860151 or 642680. OLE color: 642680.
HSL color Cylindrical-coordinate representation of color #78CE09: hue angle of 86.19º degrees, saturation: 0.92, 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 #78CE09 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 9 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.19 |
| HSL | 86.19º | 0.92% | 0.42% | - |
| HSV(B) | 86.19º | 0.96% | 0.81% | - |
| XYZ | 29.87 | 48.16 | 7.98 | - |
| YUV | 157.83 | 44.01 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 9 | 0.42 | 0 | 0.96 | 0.19 | 86.19 | 0.92 | 0.42 |
| Hex | 78 | CE | 9 | 2A | 0 | 60 | 13 | 56 | 5C | 2A |
| Octal | 170 | 316 | 11 | 52 | 0 | 140 | 23 | 126 | 134 | 52 |
| Binary | 1111000 | 11001110 | 1001 | 101010 | 0 | 1100000 | 10011 | 1010110 | 1011100 | 101010 |
Color Harmonies of #78CE09
Complementary color
Monochromatic Colors of #78CE09
Black with #78CE09
Text Example
Text Example
White with #78CE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE09; }
p { color: rgb(120,206,9); }
H1.HeaderClassName
{
color: #78CE09;
}
.AnyTagClassName
{
color: #78CE09;
}
</style>
background-color css
<style>
a { background-color: #78CE09; }
a { background-color: rgb(120,206,9); }
div.DivClassName
{
background-color: #78CE09;
}
.BgClassName
{
background-color: #78CE09;
}
</style>
border-color css
<style>
span { border-color: #78CE09; }
span { border-color: rgb(120,206,9); }
td.TdClassName
{
border-color: #78CE09;
}
.TagClassName
{
border-color: #78CE09;
}
</style>