Shades of Lima #78CF26
Tints of Lima #78CF26
RGB
CMYK
RGB Variations
Color information
#78CF26 (or 0x78CF26) is known color: Lima. HEX triplet: 78, CF and 26. RGB value is (120,207,38). Sum of RGB (Red+Green+Blue) = 120+207+38=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CF26 is #8730D9. Grayscale: #A2A2A2. Windows color (decimal): -8859866 or 2543480. OLE color: 2543480.
HSL color Cylindrical-coordinate representation of color #78CF26: hue angle of 90.89º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78CF26 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 38 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.19 |
| HSL | 90.89º | 0.69% | 0.48% | - |
| HSV(B) | 90.89º | 0.82% | 0.81% | - |
| XYZ | 30.41 | 48.76 | 9.64 | - |
| YUV | 161.72 | 58.18 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 38 | 0.42 | 0 | 0.82 | 0.19 | 90.89 | 0.69 | 0.48 |
| Hex | 78 | CF | 26 | 2A | 0 | 52 | 13 | 5B | 45 | 30 |
| Octal | 170 | 317 | 46 | 52 | 0 | 122 | 23 | 133 | 105 | 60 |
| Binary | 1111000 | 11001111 | 100110 | 101010 | 0 | 1010010 | 10011 | 1011011 | 1000101 | 110000 |
Color Harmonies of #78CF26
Complementary color
Monochromatic Colors of #78CF26
Black with #78CF26
Text Example
Text Example
White with #78CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF26; }
p { color: rgb(120,207,38); }
H1.HeaderClassName
{
color: #78CF26;
}
.AnyTagClassName
{
color: #78CF26;
}
</style>
background-color css
<style>
a { background-color: #78CF26; }
a { background-color: rgb(120,207,38); }
div.DivClassName
{
background-color: #78CF26;
}
.BgClassName
{
background-color: #78CF26;
}
</style>
border-color css
<style>
span { border-color: #78CF26; }
span { border-color: rgb(120,207,38); }
td.TdClassName
{
border-color: #78CF26;
}
.TagClassName
{
border-color: #78CF26;
}
</style>