Shades of Lima #7CB80E
Tints of Lima #7CB80E
RGB
CMYK
RGB Variations
Color information
#7CB80E (or 0x7CB80E) is known color: Lima. HEX triplet: 7C, B8 and 0E. RGB value is (124,184,14). Sum of RGB (Red+Green+Blue) = 124+184+14=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB80E is #8347F1. Grayscale: #939393. Windows color (decimal): -8603634 or 964732. OLE color: 964732.
HSL color Cylindrical-coordinate representation of color #7CB80E: hue angle of 81.18º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7CB80E is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 184 | 14 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.28 |
| HSL | 81.18º | 0.86% | 0.39% | - |
| HSV(B) | 81.18º | 0.92% | 0.72% | - |
| XYZ | 25.53 | 38.6 | 6.52 | - |
| YUV | 146.68 | 53.12 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 184 | 14 | 0.33 | 0 | 0.92 | 0.28 | 81.18 | 0.86 | 0.39 |
| Hex | 7C | B8 | E | 21 | 0 | 5C | 1C | 51 | 56 | 27 |
| Octal | 174 | 270 | 16 | 41 | 0 | 134 | 34 | 121 | 126 | 47 |
| Binary | 1111100 | 10111000 | 1110 | 100001 | 0 | 1011100 | 11100 | 1010001 | 1010110 | 100111 |
Color Harmonies of #7CB80E
Complementary color
Monochromatic Colors of #7CB80E
Black with #7CB80E
Text Example
Text Example
White with #7CB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB80E; }
p { color: rgb(124,184,14); }
H1.HeaderClassName
{
color: #7CB80E;
}
.AnyTagClassName
{
color: #7CB80E;
}
</style>
background-color css
<style>
a { background-color: #7CB80E; }
a { background-color: rgb(124,184,14); }
div.DivClassName
{
background-color: #7CB80E;
}
.BgClassName
{
background-color: #7CB80E;
}
</style>
border-color css
<style>
span { border-color: #7CB80E; }
span { border-color: rgb(124,184,14); }
td.TdClassName
{
border-color: #7CB80E;
}
.TagClassName
{
border-color: #7CB80E;
}
</style>