Shades of Lima #78C125
Tints of Lima #78C125
RGB
CMYK
RGB Variations
Color information
#78C125 (or 0x78C125) is known color: Lima. HEX triplet: 78, C1 and 25. RGB value is (120,193,37). Sum of RGB (Red+Green+Blue) = 120+193+37=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #78C125 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C125 is #873EDA. Grayscale: #999999. Windows color (decimal): -8863451 or 2474360. OLE color: 2474360.
HSL color Cylindrical-coordinate representation of color #78C125: hue angle of 88.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78C125 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 37 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.24 |
| HSL | 88.08º | 0.68% | 0.45% | - |
| HSV(B) | 88.08º | 0.81% | 0.76% | - |
| XYZ | 27.15 | 42.27 | 8.48 | - |
| YUV | 153.39 | 62.32 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 37 | 0.38 | 0 | 0.81 | 0.24 | 88.08 | 0.68 | 0.45 |
| Hex | 78 | C1 | 25 | 26 | 0 | 51 | 18 | 58 | 44 | 2D |
| Octal | 170 | 301 | 45 | 46 | 0 | 121 | 30 | 130 | 104 | 55 |
| Binary | 1111000 | 11000001 | 100101 | 100110 | 0 | 1010001 | 11000 | 1011000 | 1000100 | 101101 |
Color Harmonies of #78C125
Complementary color
Monochromatic Colors of #78C125
Black with #78C125
Text Example
Text Example
White with #78C125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C125; }
p { color: rgb(120,193,37); }
H1.HeaderClassName
{
color: #78C125;
}
.AnyTagClassName
{
color: #78C125;
}
</style>
background-color css
<style>
a { background-color: #78C125; }
a { background-color: rgb(120,193,37); }
div.DivClassName
{
background-color: #78C125;
}
.BgClassName
{
background-color: #78C125;
}
</style>
border-color css
<style>
span { border-color: #78C125; }
span { border-color: rgb(120,193,37); }
td.TdClassName
{
border-color: #78C125;
}
.TagClassName
{
border-color: #78C125;
}
</style>