Shades of Lima #78C925
Tints of Lima #78C925
RGB
CMYK
RGB Variations
Color information
#78C925 (or 0x78C925) is known color: Lima. HEX triplet: 78, C9 and 25. RGB value is (120,201,37). Sum of RGB (Red+Green+Blue) = 120+201+37=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #78C925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C925 is #8736DA. Grayscale: #9E9E9E. Windows color (decimal): -8861403 or 2476408. OLE color: 2476408.
HSL color Cylindrical-coordinate representation of color #78C925: hue angle of 89.63º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78C925 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 37 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.21 |
| HSL | 89.63º | 0.69% | 0.47% | - |
| HSV(B) | 89.63º | 0.82% | 0.79% | - |
| XYZ | 28.97 | 45.9 | 9.08 | - |
| YUV | 158.09 | 59.66 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 37 | 0.40 | 0 | 0.82 | 0.21 | 89.63 | 0.69 | 0.47 |
| Hex | 78 | C9 | 25 | 28 | 0 | 52 | 15 | 5A | 45 | 2F |
| Octal | 170 | 311 | 45 | 50 | 0 | 122 | 25 | 132 | 105 | 57 |
| Binary | 1111000 | 11001001 | 100101 | 101000 | 0 | 1010010 | 10101 | 1011010 | 1000101 | 101111 |
Color Harmonies of #78C925
Complementary color
Monochromatic Colors of #78C925
Black with #78C925
Text Example
Text Example
White with #78C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C925; }
p { color: rgb(120,201,37); }
H1.HeaderClassName
{
color: #78C925;
}
.AnyTagClassName
{
color: #78C925;
}
</style>
background-color css
<style>
a { background-color: #78C925; }
a { background-color: rgb(120,201,37); }
div.DivClassName
{
background-color: #78C925;
}
.BgClassName
{
background-color: #78C925;
}
</style>
border-color css
<style>
span { border-color: #78C925; }
span { border-color: rgb(120,201,37); }
td.TdClassName
{
border-color: #78C925;
}
.TagClassName
{
border-color: #78C925;
}
</style>