Shades of Lima #78BE21
Tints of Lima #78BE21
RGB
CMYK
RGB Variations
Color information
#78BE21 (or 0x78BE21) is known color: Lima. HEX triplet: 78, BE and 21. RGB value is (120,190,33). Sum of RGB (Red+Green+Blue) = 120+190+33=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BE21 is #8741DE. Grayscale: #979797. Windows color (decimal): -8864223 or 2211448. OLE color: 2211448.
HSL color Cylindrical-coordinate representation of color #78BE21: hue angle of 86.75º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78BE21 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 190 | 33 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.25 |
| HSL | 86.75º | 0.7% | 0.44% | - |
| HSV(B) | 86.75º | 0.83% | 0.75% | - |
| XYZ | 26.43 | 40.93 | 7.95 | - |
| YUV | 151.17 | 61.31 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 33 | 0.37 | 0 | 0.83 | 0.25 | 86.75 | 0.7 | 0.44 |
| Hex | 78 | BE | 21 | 25 | 0 | 53 | 19 | 57 | 46 | 2C |
| Octal | 170 | 276 | 41 | 45 | 0 | 123 | 31 | 127 | 106 | 54 |
| Binary | 1111000 | 10111110 | 100001 | 100101 | 0 | 1010011 | 11001 | 1010111 | 1000110 | 101100 |
Color Harmonies of #78BE21
Complementary color
Monochromatic Colors of #78BE21
Black with #78BE21
Text Example
Text Example
White with #78BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BE21; }
p { color: rgb(120,190,33); }
H1.HeaderClassName
{
color: #78BE21;
}
.AnyTagClassName
{
color: #78BE21;
}
</style>
background-color css
<style>
a { background-color: #78BE21; }
a { background-color: rgb(120,190,33); }
div.DivClassName
{
background-color: #78BE21;
}
.BgClassName
{
background-color: #78BE21;
}
</style>
border-color css
<style>
span { border-color: #78BE21; }
span { border-color: rgb(120,190,33); }
td.TdClassName
{
border-color: #78BE21;
}
.TagClassName
{
border-color: #78BE21;
}
</style>