Shades of Lima #7CB02E
Tints of Lima #7CB02E
RGB
CMYK
RGB Variations
Color information
#7CB02E (or 0x7CB02E) is known color: Lima. HEX triplet: 7C, B0 and 2E. RGB value is (124,176,46). Sum of RGB (Red+Green+Blue) = 124+176+46=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB02E is #834FD1. Grayscale: #929292. Windows color (decimal): -8605650 or 3059836. OLE color: 3059836.
HSL color Cylindrical-coordinate representation of color #7CB02E: hue angle of 84º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CB02E is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 46 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.31 |
| HSL | 84º | 0.59% | 0.44% | - |
| HSV(B) | 84º | 0.74% | 0.69% | - |
| XYZ | 24.33 | 35.53 | 8.16 | - |
| YUV | 145.63 | 71.77 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 46 | 0.30 | 0 | 0.74 | 0.31 | 84 | 0.59 | 0.44 |
| Hex | 7C | B0 | 2E | 1E | 0 | 4A | 1F | 54 | 3B | 2C |
| Octal | 174 | 260 | 56 | 36 | 0 | 112 | 37 | 124 | 73 | 54 |
| Binary | 1111100 | 10110000 | 101110 | 11110 | 0 | 1001010 | 11111 | 1010100 | 111011 | 101100 |
Color Harmonies of #7CB02E
Complementary color
Monochromatic Colors of #7CB02E
Black with #7CB02E
Text Example
Text Example
White with #7CB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB02E; }
p { color: rgb(124,176,46); }
H1.HeaderClassName
{
color: #7CB02E;
}
.AnyTagClassName
{
color: #7CB02E;
}
</style>
background-color css
<style>
a { background-color: #7CB02E; }
a { background-color: rgb(124,176,46); }
div.DivClassName
{
background-color: #7CB02E;
}
.BgClassName
{
background-color: #7CB02E;
}
</style>
border-color css
<style>
span { border-color: #7CB02E; }
span { border-color: rgb(124,176,46); }
td.TdClassName
{
border-color: #7CB02E;
}
.TagClassName
{
border-color: #7CB02E;
}
</style>