Shades of Lima #78C527
Tints of Lima #78C527
RGB
CMYK
RGB Variations
Color information
#78C527 (or 0x78C527) is known color: Lima. HEX triplet: 78, C5 and 27. RGB value is (120,197,39). Sum of RGB (Red+Green+Blue) = 120+197+39=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #78C527 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C527 is #873AD8. Grayscale: #9C9C9C. Windows color (decimal): -8862425 or 2606456. OLE color: 2606456.
HSL color Cylindrical-coordinate representation of color #78C527: hue angle of 89.24º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78C527 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 39 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.23 |
| HSL | 89.24º | 0.67% | 0.46% | - |
| HSV(B) | 89.24º | 0.8% | 0.77% | - |
| XYZ | 28.08 | 44.07 | 8.95 | - |
| YUV | 155.97 | 61.99 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 39 | 0.39 | 0 | 0.80 | 0.23 | 89.24 | 0.67 | 0.46 |
| Hex | 78 | C5 | 27 | 27 | 0 | 50 | 17 | 59 | 43 | 2E |
| Octal | 170 | 305 | 47 | 47 | 0 | 120 | 27 | 131 | 103 | 56 |
| Binary | 1111000 | 11000101 | 100111 | 100111 | 0 | 1010000 | 10111 | 1011001 | 1000011 | 101110 |
Color Harmonies of #78C527
Complementary color
Monochromatic Colors of #78C527
Black with #78C527
Text Example
Text Example
White with #78C527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C527; }
p { color: rgb(120,197,39); }
H1.HeaderClassName
{
color: #78C527;
}
.AnyTagClassName
{
color: #78C527;
}
</style>
background-color css
<style>
a { background-color: #78C527; }
a { background-color: rgb(120,197,39); }
div.DivClassName
{
background-color: #78C527;
}
.BgClassName
{
background-color: #78C527;
}
</style>
border-color css
<style>
span { border-color: #78C527; }
span { border-color: rgb(120,197,39); }
td.TdClassName
{
border-color: #78C527;
}
.TagClassName
{
border-color: #78C527;
}
</style>