Shades of Lima #78C121
Tints of Lima #78C121
RGB
CMYK
RGB Variations
Color information
#78C121 (or 0x78C121) is known color: Lima. HEX triplet: 78, C1 and 21. RGB value is (120,193,33). Sum of RGB (Red+Green+Blue) = 120+193+33=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #78C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C121 is #873EDE. Grayscale: #999999. Windows color (decimal): -8863455 or 2212216. OLE color: 2212216.
HSL color Cylindrical-coordinate representation of color #78C121: hue angle of 87.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78C121 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 33 | - |
| CMYK | 0.38 | 0 | 0.83 | 0.24 |
| HSL | 87.38º | 0.71% | 0.44% | - |
| HSV(B) | 87.38º | 0.83% | 0.76% | - |
| XYZ | 27.09 | 42.24 | 8.16 | - |
| YUV | 152.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 33 | 0.38 | 0 | 0.83 | 0.24 | 87.38 | 0.71 | 0.44 |
| Hex | 78 | C1 | 21 | 26 | 0 | 53 | 18 | 57 | 47 | 2C |
| Octal | 170 | 301 | 41 | 46 | 0 | 123 | 30 | 127 | 107 | 54 |
| Binary | 1111000 | 11000001 | 100001 | 100110 | 0 | 1010011 | 11000 | 1010111 | 1000111 | 101100 |
Color Harmonies of #78C121
Complementary color
Monochromatic Colors of #78C121
Black with #78C121
Text Example
Text Example
White with #78C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C121; }
p { color: rgb(120,193,33); }
H1.HeaderClassName
{
color: #78C121;
}
.AnyTagClassName
{
color: #78C121;
}
</style>
background-color css
<style>
a { background-color: #78C121; }
a { background-color: rgb(120,193,33); }
div.DivClassName
{
background-color: #78C121;
}
.BgClassName
{
background-color: #78C121;
}
</style>
border-color css
<style>
span { border-color: #78C121; }
span { border-color: rgb(120,193,33); }
td.TdClassName
{
border-color: #78C121;
}
.TagClassName
{
border-color: #78C121;
}
</style>