Shades of Lima #78CB18
Tints of Lima #78CB18
RGB
CMYK
RGB Variations
Color information
#78CB18 (or 0x78CB18) is known color: Lima. HEX triplet: 78, CB and 18. RGB value is (120,203,24). Sum of RGB (Red+Green+Blue) = 120+203+24=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #78CB18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CB18 is #8734E7. Grayscale: #9E9E9E. Windows color (decimal): -8860904 or 1624952. OLE color: 1624952.
HSL color Cylindrical-coordinate representation of color #78CB18: hue angle of 87.82º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78CB18 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 203 | 24 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.20 |
| HSL | 87.82º | 0.79% | 0.45% | - |
| HSV(B) | 87.82º | 0.88% | 0.8% | - |
| XYZ | 29.27 | 46.77 | 8.35 | - |
| YUV | 157.78 | 52.5 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 24 | 0.41 | 0 | 0.88 | 0.20 | 87.82 | 0.79 | 0.45 |
| Hex | 78 | CB | 18 | 29 | 0 | 58 | 14 | 58 | 4F | 2D |
| Octal | 170 | 313 | 30 | 51 | 0 | 130 | 24 | 130 | 117 | 55 |
| Binary | 1111000 | 11001011 | 11000 | 101001 | 0 | 1011000 | 10100 | 1011000 | 1001111 | 101101 |
Color Harmonies of #78CB18
Complementary color
Monochromatic Colors of #78CB18
Black with #78CB18
Text Example
Text Example
White with #78CB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CB18; }
p { color: rgb(120,203,24); }
H1.HeaderClassName
{
color: #78CB18;
}
.AnyTagClassName
{
color: #78CB18;
}
</style>
background-color css
<style>
a { background-color: #78CB18; }
a { background-color: rgb(120,203,24); }
div.DivClassName
{
background-color: #78CB18;
}
.BgClassName
{
background-color: #78CB18;
}
</style>
border-color css
<style>
span { border-color: #78CB18; }
span { border-color: rgb(120,203,24); }
td.TdClassName
{
border-color: #78CB18;
}
.TagClassName
{
border-color: #78CB18;
}
</style>