Shades of Lima #78C425
Tints of Lima #78C425
RGB
CMYK
RGB Variations
Color information
#78C425 (or 0x78C425) is known color: Lima. HEX triplet: 78, C4 and 25. RGB value is (120,196,37). Sum of RGB (Red+Green+Blue) = 120+196+37=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #78C425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C425 is #873BDA. Grayscale: #9B9B9B. Windows color (decimal): -8862683 or 2475128. OLE color: 2475128.
HSL color Cylindrical-coordinate representation of color #78C425: hue angle of 88.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78C425 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 196 | 37 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.23 |
| HSL | 88.68º | 0.68% | 0.46% | - |
| HSV(B) | 88.68º | 0.81% | 0.77% | - |
| XYZ | 27.82 | 43.61 | 8.7 | - |
| YUV | 155.15 | 61.32 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 196 | 37 | 0.39 | 0 | 0.81 | 0.23 | 88.68 | 0.68 | 0.46 |
| Hex | 78 | C4 | 25 | 27 | 0 | 51 | 17 | 59 | 44 | 2E |
| Octal | 170 | 304 | 45 | 47 | 0 | 121 | 27 | 131 | 104 | 56 |
| Binary | 1111000 | 11000100 | 100101 | 100111 | 0 | 1010001 | 10111 | 1011001 | 1000100 | 101110 |
Color Harmonies of #78C425
Complementary color
Monochromatic Colors of #78C425
Black with #78C425
Text Example
Text Example
White with #78C425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C425; }
p { color: rgb(120,196,37); }
H1.HeaderClassName
{
color: #78C425;
}
.AnyTagClassName
{
color: #78C425;
}
</style>
background-color css
<style>
a { background-color: #78C425; }
a { background-color: rgb(120,196,37); }
div.DivClassName
{
background-color: #78C425;
}
.BgClassName
{
background-color: #78C425;
}
</style>
border-color css
<style>
span { border-color: #78C425; }
span { border-color: rgb(120,196,37); }
td.TdClassName
{
border-color: #78C425;
}
.TagClassName
{
border-color: #78C425;
}
</style>