Shades of Lima #78CE17
Tints of Lima #78CE17
RGB
CMYK
RGB Variations
Color information
#78CE17 (or 0x78CE17) is known color: Lima. HEX triplet: 78, CE and 17. RGB value is (120,206,23). Sum of RGB (Red+Green+Blue) = 120+206+23=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CE17 is #8731E8. Grayscale: #A0A0A0. Windows color (decimal): -8860137 or 1560184. OLE color: 1560184.
HSL color Cylindrical-coordinate representation of color #78CE17: hue angle of 88.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78CE17 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 23 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.19 |
| HSL | 88.2º | 0.8% | 0.45% | - |
| HSV(B) | 88.2º | 0.89% | 0.81% | - |
| XYZ | 29.97 | 48.2 | 8.53 | - |
| YUV | 159.42 | 51.01 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 23 | 0.42 | 0 | 0.89 | 0.19 | 88.2 | 0.8 | 0.45 |
| Hex | 78 | CE | 17 | 2A | 0 | 59 | 13 | 58 | 50 | 2D |
| Octal | 170 | 316 | 27 | 52 | 0 | 131 | 23 | 130 | 120 | 55 |
| Binary | 1111000 | 11001110 | 10111 | 101010 | 0 | 1011001 | 10011 | 1011000 | 1010000 | 101101 |
Color Harmonies of #78CE17
Complementary color
Monochromatic Colors of #78CE17
Black with #78CE17
Text Example
Text Example
White with #78CE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE17; }
p { color: rgb(120,206,23); }
H1.HeaderClassName
{
color: #78CE17;
}
.AnyTagClassName
{
color: #78CE17;
}
</style>
background-color css
<style>
a { background-color: #78CE17; }
a { background-color: rgb(120,206,23); }
div.DivClassName
{
background-color: #78CE17;
}
.BgClassName
{
background-color: #78CE17;
}
</style>
border-color css
<style>
span { border-color: #78CE17; }
span { border-color: rgb(120,206,23); }
td.TdClassName
{
border-color: #78CE17;
}
.TagClassName
{
border-color: #78CE17;
}
</style>