Shades of Lima #78CE28
Tints of Lima #78CE28
RGB
CMYK
RGB Variations
Color information
#78CE28 (or 0x78CE28) is known color: Lima. HEX triplet: 78, CE and 28. RGB value is (120,206,40). Sum of RGB (Red+Green+Blue) = 120+206+40=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CE28 is #8731D7. Grayscale: #A1A1A1. Windows color (decimal): -8860120 or 2674296. OLE color: 2674296.
HSL color Cylindrical-coordinate representation of color #78CE28: hue angle of 91.08º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78CE28 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 206 | 40 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.19 |
| HSL | 91.08º | 0.67% | 0.48% | - |
| HSV(B) | 91.08º | 0.81% | 0.81% | - |
| XYZ | 30.2 | 48.29 | 9.74 | - |
| YUV | 161.36 | 59.51 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 206 | 40 | 0.42 | 0 | 0.81 | 0.19 | 91.08 | 0.67 | 0.48 |
| Hex | 78 | CE | 28 | 2A | 0 | 51 | 13 | 5B | 43 | 30 |
| Octal | 170 | 316 | 50 | 52 | 0 | 121 | 23 | 133 | 103 | 60 |
| Binary | 1111000 | 11001110 | 101000 | 101010 | 0 | 1010001 | 10011 | 1011011 | 1000011 | 110000 |
Color Harmonies of #78CE28
Complementary color
Monochromatic Colors of #78CE28
Black with #78CE28
Text Example
Text Example
White with #78CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CE28; }
p { color: rgb(120,206,40); }
H1.HeaderClassName
{
color: #78CE28;
}
.AnyTagClassName
{
color: #78CE28;
}
</style>
background-color css
<style>
a { background-color: #78CE28; }
a { background-color: rgb(120,206,40); }
div.DivClassName
{
background-color: #78CE28;
}
.BgClassName
{
background-color: #78CE28;
}
</style>
border-color css
<style>
span { border-color: #78CE28; }
span { border-color: rgb(120,206,40); }
td.TdClassName
{
border-color: #78CE28;
}
.TagClassName
{
border-color: #78CE28;
}
</style>