Shades of Lima #7EB30C
Tints of Lima #7EB30C
RGB
CMYK
RGB Variations
Color information
#7EB30C (or 0x7EB30C) is known color: Lima. HEX triplet: 7E, B3 and 0C. RGB value is (126,179,12). Sum of RGB (Red+Green+Blue) = 126+179+12=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 179 (70.31% from 255 or 56.47% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 179 - color contains mainly: green. Hex color #7EB30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB30C is #814CF3. Grayscale: #909090. Windows color (decimal): -8473844 or 832382. OLE color: 832382.
HSL color Cylindrical-coordinate representation of color #7EB30C: hue angle of 79.04º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EB30C is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 126 | 179 | 12 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.30 |
| HSL | 79.04º | 0.87% | 0.37% | - |
| HSV(B) | 79.04º | 0.93% | 0.7% | - |
| XYZ | 24.79 | 36.7 | 6.13 | - |
| YUV | 144.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 179 | 12 | 0.30 | 0 | 0.93 | 0.30 | 79.04 | 0.87 | 0.37 |
| Hex | 7E | B3 | C | 1E | 0 | 5D | 1E | 4F | 57 | 25 |
| Octal | 176 | 263 | 14 | 36 | 0 | 135 | 36 | 117 | 127 | 45 |
| Binary | 1111110 | 10110011 | 1100 | 11110 | 0 | 1011101 | 11110 | 1001111 | 1010111 | 100101 |
Color Harmonies of #7EB30C
Complementary color
Monochromatic Colors of #7EB30C
Black with #7EB30C
Text Example
Text Example
White with #7EB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB30C; }
p { color: rgb(126,179,12); }
H1.HeaderClassName
{
color: #7EB30C;
}
.AnyTagClassName
{
color: #7EB30C;
}
</style>
background-color css
<style>
a { background-color: #7EB30C; }
a { background-color: rgb(126,179,12); }
div.DivClassName
{
background-color: #7EB30C;
}
.BgClassName
{
background-color: #7EB30C;
}
</style>
border-color css
<style>
span { border-color: #7EB30C; }
span { border-color: rgb(126,179,12); }
td.TdClassName
{
border-color: #7EB30C;
}
.TagClassName
{
border-color: #7EB30C;
}
</style>