Shades of Lima #7BA41E
Tints of Lima #7BA41E
RGB
CMYK
RGB Variations
Color information
#7BA41E (or 0x7BA41E) is known color: Lima. HEX triplet: 7B, A4 and 1E. RGB value is (123,164,30). Sum of RGB (Red+Green+Blue) = 123+164+30=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA41E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA41E is #845BE1. Grayscale: #888888. Windows color (decimal): -8674274 or 2008187. OLE color: 2008187.
HSL color Cylindrical-coordinate representation of color #7BA41E: hue angle of 78.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7BA41E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 30 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.36 |
| HSL | 78.36º | 0.69% | 0.38% | - |
| HSV(B) | 78.36º | 0.82% | 0.64% | - |
| XYZ | 21.68 | 30.86 | 6.04 | - |
| YUV | 136.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 30 | 0.25 | 0 | 0.82 | 0.36 | 78.36 | 0.69 | 0.38 |
| Hex | 7B | A4 | 1E | 19 | 0 | 52 | 24 | 4E | 45 | 26 |
| Octal | 173 | 244 | 36 | 31 | 0 | 122 | 44 | 116 | 105 | 46 |
| Binary | 1111011 | 10100100 | 11110 | 11001 | 0 | 1010010 | 100100 | 1001110 | 1000101 | 100110 |
Color Harmonies of #7BA41E
Complementary color
Monochromatic Colors of #7BA41E
Black with #7BA41E
Text Example
Text Example
White with #7BA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA41E; }
p { color: rgb(123,164,30); }
H1.HeaderClassName
{
color: #7BA41E;
}
.AnyTagClassName
{
color: #7BA41E;
}
</style>
background-color css
<style>
a { background-color: #7BA41E; }
a { background-color: rgb(123,164,30); }
div.DivClassName
{
background-color: #7BA41E;
}
.BgClassName
{
background-color: #7BA41E;
}
</style>
border-color css
<style>
span { border-color: #7BA41E; }
span { border-color: rgb(123,164,30); }
td.TdClassName
{
border-color: #7BA41E;
}
.TagClassName
{
border-color: #7BA41E;
}
</style>