Shades of Lima #78CE18
Tints of Lima #78CE18
RGB
CMYK
RGB Variations
Color information
#78CE18 (or 0x78CE18) is known color: Lima. HEX triplet: 78, CE and 18. RGB value is (120,206,24). Sum of RGB (Red+Green+Blue) = 120+206+24=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CE18 is #8731E7. Grayscale: #A0A0A0. Windows color (decimal): -8860136 or 1625720. OLE color: 1625720.
HSL color Cylindrical-coordinate representation of color #78CE18: hue angle of 88.35º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78CE18 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 24 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.19 |
| HSL | 88.35º | 0.79% | 0.45% | - |
| HSV(B) | 88.35º | 0.88% | 0.81% | - |
| XYZ | 29.98 | 48.2 | 8.59 | - |
| YUV | 159.54 | 51.51 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 24 | 0.42 | 0 | 0.88 | 0.19 | 88.35 | 0.79 | 0.45 |
| Hex | 78 | CE | 18 | 2A | 0 | 58 | 13 | 58 | 4F | 2D |
| Octal | 170 | 316 | 30 | 52 | 0 | 130 | 23 | 130 | 117 | 55 |
| Binary | 1111000 | 11001110 | 11000 | 101010 | 0 | 1011000 | 10011 | 1011000 | 1001111 | 101101 |
Color Harmonies of #78CE18
Complementary color
Monochromatic Colors of #78CE18
Black with #78CE18
Text Example
Text Example
White with #78CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE18; }
p { color: rgb(120,206,24); }
H1.HeaderClassName
{
color: #78CE18;
}
.AnyTagClassName
{
color: #78CE18;
}
</style>
background-color css
<style>
a { background-color: #78CE18; }
a { background-color: rgb(120,206,24); }
div.DivClassName
{
background-color: #78CE18;
}
.BgClassName
{
background-color: #78CE18;
}
</style>
border-color css
<style>
span { border-color: #78CE18; }
span { border-color: rgb(120,206,24); }
td.TdClassName
{
border-color: #78CE18;
}
.TagClassName
{
border-color: #78CE18;
}
</style>