Shades of Lima #7BAE14
Tints of Lima #7BAE14
RGB
CMYK
RGB Variations
Color information
#7BAE14 (or 0x7BAE14) is known color: Lima. HEX triplet: 7B, AE and 14. RGB value is (123,174,20). Sum of RGB (Red+Green+Blue) = 123+174+20=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAE14 is #8451EB. Grayscale: #8D8D8D. Windows color (decimal): -8671724 or 1355387. OLE color: 1355387.
HSL color Cylindrical-coordinate representation of color #7BAE14: hue angle of 79.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BAE14 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 20 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.32 |
| HSL | 79.87º | 0.79% | 0.38% | - |
| HSV(B) | 79.87º | 0.89% | 0.68% | - |
| XYZ | 23.43 | 34.53 | 6.09 | - |
| YUV | 141.2 | 59.6 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 20 | 0.29 | 0 | 0.89 | 0.32 | 79.87 | 0.79 | 0.38 |
| Hex | 7B | AE | 14 | 1D | 0 | 59 | 20 | 50 | 4F | 26 |
| Octal | 173 | 256 | 24 | 35 | 0 | 131 | 40 | 120 | 117 | 46 |
| Binary | 1111011 | 10101110 | 10100 | 11101 | 0 | 1011001 | 100000 | 1010000 | 1001111 | 100110 |
Color Harmonies of #7BAE14
Complementary color
Monochromatic Colors of #7BAE14
Black with #7BAE14
Text Example
Text Example
White with #7BAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE14; }
p { color: rgb(123,174,20); }
H1.HeaderClassName
{
color: #7BAE14;
}
.AnyTagClassName
{
color: #7BAE14;
}
</style>
background-color css
<style>
a { background-color: #7BAE14; }
a { background-color: rgb(123,174,20); }
div.DivClassName
{
background-color: #7BAE14;
}
.BgClassName
{
background-color: #7BAE14;
}
</style>
border-color css
<style>
span { border-color: #7BAE14; }
span { border-color: rgb(123,174,20); }
td.TdClassName
{
border-color: #7BAE14;
}
.TagClassName
{
border-color: #7BAE14;
}
</style>