Shades of Lima #78CA2D
Tints of Lima #78CA2D
RGB
CMYK
RGB Variations
Color information
#78CA2D (or 0x78CA2D) is known color: Lima. HEX triplet: 78, CA and 2D. RGB value is (120,202,45). Sum of RGB (Red+Green+Blue) = 120+202+45=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CA2D is #8735D2. Grayscale: #A0A0A0. Windows color (decimal): -8861139 or 3000952. OLE color: 3000952.
HSL color Cylindrical-coordinate representation of color #78CA2D: hue angle of 91.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78CA2D is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 45 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.21 |
| HSL | 91.34º | 0.64% | 0.48% | - |
| HSV(B) | 91.34º | 0.78% | 0.79% | - |
| XYZ | 29.34 | 46.42 | 9.9 | - |
| YUV | 159.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 45 | 0.41 | 0 | 0.78 | 0.21 | 91.34 | 0.64 | 0.48 |
| Hex | 78 | CA | 2D | 29 | 0 | 4E | 15 | 5B | 40 | 30 |
| Octal | 170 | 312 | 55 | 51 | 0 | 116 | 25 | 133 | 100 | 60 |
| Binary | 1111000 | 11001010 | 101101 | 101001 | 0 | 1001110 | 10101 | 1011011 | 1000000 | 110000 |
Color Harmonies of #78CA2D
Complementary color
Monochromatic Colors of #78CA2D
Black with #78CA2D
Text Example
Text Example
White with #78CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA2D; }
p { color: rgb(120,202,45); }
H1.HeaderClassName
{
color: #78CA2D;
}
.AnyTagClassName
{
color: #78CA2D;
}
</style>
background-color css
<style>
a { background-color: #78CA2D; }
a { background-color: rgb(120,202,45); }
div.DivClassName
{
background-color: #78CA2D;
}
.BgClassName
{
background-color: #78CA2D;
}
</style>
border-color css
<style>
span { border-color: #78CA2D; }
span { border-color: rgb(120,202,45); }
td.TdClassName
{
border-color: #78CA2D;
}
.TagClassName
{
border-color: #78CA2D;
}
</style>