Shades of Lima #78CF22
Tints of Lima #78CF22
RGB
CMYK
RGB Variations
Color information
#78CF22 (or 0x78CF22) is known color: Lima. HEX triplet: 78, CF and 22. RGB value is (120,207,34). Sum of RGB (Red+Green+Blue) = 120+207+34=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 34 (13.67% from 255 or 9.42% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF22 is #8730DD. Grayscale: #A1A1A1. Windows color (decimal): -8859870 or 2281336. OLE color: 2281336.
HSL color Cylindrical-coordinate representation of color #78CF22: hue angle of 90.17º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78CF22 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 34 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.19 |
| HSL | 90.17º | 0.72% | 0.47% | - |
| HSV(B) | 90.17º | 0.84% | 0.81% | - |
| XYZ | 30.35 | 48.73 | 9.32 | - |
| YUV | 161.27 | 56.18 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 34 | 0.42 | 0 | 0.84 | 0.19 | 90.17 | 0.72 | 0.47 |
| Hex | 78 | CF | 22 | 2A | 0 | 54 | 13 | 5A | 48 | 2F |
| Octal | 170 | 317 | 42 | 52 | 0 | 124 | 23 | 132 | 110 | 57 |
| Binary | 1111000 | 11001111 | 100010 | 101010 | 0 | 1010100 | 10011 | 1011010 | 1001000 | 101111 |
Color Harmonies of #78CF22
Complementary color
Monochromatic Colors of #78CF22
Black with #78CF22
Text Example
Text Example
White with #78CF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF22; }
p { color: rgb(120,207,34); }
H1.HeaderClassName
{
color: #78CF22;
}
.AnyTagClassName
{
color: #78CF22;
}
</style>
background-color css
<style>
a { background-color: #78CF22; }
a { background-color: rgb(120,207,34); }
div.DivClassName
{
background-color: #78CF22;
}
.BgClassName
{
background-color: #78CF22;
}
</style>
border-color css
<style>
span { border-color: #78CF22; }
span { border-color: rgb(120,207,34); }
td.TdClassName
{
border-color: #78CF22;
}
.TagClassName
{
border-color: #78CF22;
}
</style>