Shades of Lima #78AD27
Tints of Lima #78AD27
RGB
CMYK
RGB Variations
Color information
#78AD27 (or 0x78AD27) is known color: Lima. HEX triplet: 78, AD and 27. RGB value is (120,173,39). Sum of RGB (Red+Green+Blue) = 120+173+39=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AD27 is #8752D8. Grayscale: #8E8E8E. Windows color (decimal): -8868569 or 2600312. OLE color: 2600312.
HSL color Cylindrical-coordinate representation of color #78AD27: hue angle of 83.73º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78AD27 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 39 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.32 |
| HSL | 83.73º | 0.63% | 0.42% | - |
| HSV(B) | 83.73º | 0.77% | 0.68% | - |
| XYZ | 23.06 | 34.03 | 7.27 | - |
| YUV | 141.88 | 69.94 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 39 | 0.31 | 0 | 0.77 | 0.32 | 83.73 | 0.63 | 0.42 |
| Hex | 78 | AD | 27 | 1F | 0 | 4D | 20 | 54 | 3F | 2A |
| Octal | 170 | 255 | 47 | 37 | 0 | 115 | 40 | 124 | 77 | 52 |
| Binary | 1111000 | 10101101 | 100111 | 11111 | 0 | 1001101 | 100000 | 1010100 | 111111 | 101010 |
Color Harmonies of #78AD27
Complementary color
Monochromatic Colors of #78AD27
Black with #78AD27
Text Example
Text Example
White with #78AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD27; }
p { color: rgb(120,173,39); }
H1.HeaderClassName
{
color: #78AD27;
}
.AnyTagClassName
{
color: #78AD27;
}
</style>
background-color css
<style>
a { background-color: #78AD27; }
a { background-color: rgb(120,173,39); }
div.DivClassName
{
background-color: #78AD27;
}
.BgClassName
{
background-color: #78AD27;
}
</style>
border-color css
<style>
span { border-color: #78AD27; }
span { border-color: rgb(120,173,39); }
td.TdClassName
{
border-color: #78AD27;
}
.TagClassName
{
border-color: #78AD27;
}
</style>