Shades of Lima #78CF21
Tints of Lima #78CF21
RGB
CMYK
RGB Variations
Color information
#78CF21 (or 0x78CF21) is known color: Lima. HEX triplet: 78, CF and 21. RGB value is (120,207,33). Sum of RGB (Red+Green+Blue) = 120+207+33=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF21 is #8730DE. Grayscale: #A1A1A1. Windows color (decimal): -8859871 or 2215800. OLE color: 2215800.
HSL color Cylindrical-coordinate representation of color #78CF21: hue angle of 90º degrees, saturation: 0.73, 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 #78CF21 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 33 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.19 |
| HSL | 90º | 0.73% | 0.47% | - |
| HSV(B) | 90º | 0.84% | 0.81% | - |
| XYZ | 30.33 | 48.73 | 9.25 | - |
| YUV | 161.15 | 55.68 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 33 | 0.42 | 0 | 0.84 | 0.19 | 90 | 0.73 | 0.47 |
| Hex | 78 | CF | 21 | 2A | 0 | 54 | 13 | 5A | 48 | 2F |
| Octal | 170 | 317 | 41 | 52 | 0 | 124 | 23 | 132 | 110 | 57 |
| Binary | 1111000 | 11001111 | 100001 | 101010 | 0 | 1010100 | 10011 | 1011010 | 1001000 | 101111 |
Color Harmonies of #78CF21
Complementary color
Monochromatic Colors of #78CF21
Black with #78CF21
Text Example
Text Example
White with #78CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF21; }
p { color: rgb(120,207,33); }
H1.HeaderClassName
{
color: #78CF21;
}
.AnyTagClassName
{
color: #78CF21;
}
</style>
background-color css
<style>
a { background-color: #78CF21; }
a { background-color: rgb(120,207,33); }
div.DivClassName
{
background-color: #78CF21;
}
.BgClassName
{
background-color: #78CF21;
}
</style>
border-color css
<style>
span { border-color: #78CF21; }
span { border-color: rgb(120,207,33); }
td.TdClassName
{
border-color: #78CF21;
}
.TagClassName
{
border-color: #78CF21;
}
</style>