Shades of Lima #78CE05
Tints of Lima #78CE05
RGB
CMYK
RGB Variations
Color information
#78CE05 (or 0x78CE05) is known color: Lima. HEX triplet: 78, CE and 05. RGB value is (120,206,5). Sum of RGB (Red+Green+Blue) = 120+206+5=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CE05 is #8731FA. Grayscale: #9E9E9E. Windows color (decimal): -8860155 or 380536. OLE color: 380536.
HSL color Cylindrical-coordinate representation of color #78CE05: hue angle of 85.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #78CE05 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.19 |
| HSL | 85.67º | 0.95% | 0.41% | - |
| HSV(B) | 85.67º | 0.98% | 0.81% | - |
| XYZ | 29.84 | 48.15 | 7.86 | - |
| YUV | 157.37 | 42.01 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 5 | 0.42 | 0 | 0.98 | 0.19 | 85.67 | 0.95 | 0.41 |
| Hex | 78 | CE | 5 | 2A | 0 | 62 | 13 | 56 | 5F | 29 |
| Octal | 170 | 316 | 5 | 52 | 0 | 142 | 23 | 126 | 137 | 51 |
| Binary | 1111000 | 11001110 | 101 | 101010 | 0 | 1100010 | 10011 | 1010110 | 1011111 | 101001 |
Color Harmonies of #78CE05
Complementary color
Monochromatic Colors of #78CE05
Black with #78CE05
Text Example
Text Example
White with #78CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE05; }
p { color: rgb(120,206,5); }
H1.HeaderClassName
{
color: #78CE05;
}
.AnyTagClassName
{
color: #78CE05;
}
</style>
background-color css
<style>
a { background-color: #78CE05; }
a { background-color: rgb(120,206,5); }
div.DivClassName
{
background-color: #78CE05;
}
.BgClassName
{
background-color: #78CE05;
}
</style>
border-color css
<style>
span { border-color: #78CE05; }
span { border-color: rgb(120,206,5); }
td.TdClassName
{
border-color: #78CE05;
}
.TagClassName
{
border-color: #78CE05;
}
</style>