Shades of Lima #7BAE22
Tints of Lima #7BAE22
RGB
CMYK
RGB Variations
Color information
#7BAE22 (or 0x7BAE22) is known color: Lima. HEX triplet: 7B, AE and 22. RGB value is (123,174,34). Sum of RGB (Red+Green+Blue) = 123+174+34=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE22 is #8451DD. Grayscale: #8F8F8F. Windows color (decimal): -8671710 or 2272891. OLE color: 2272891.
HSL color Cylindrical-coordinate representation of color #7BAE22: hue angle of 81.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BAE22 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 34 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.32 |
| HSL | 81.86º | 0.67% | 0.41% | - |
| HSV(B) | 81.86º | 0.8% | 0.68% | - |
| XYZ | 23.59 | 34.6 | 6.95 | - |
| YUV | 142.79 | 66.6 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 34 | 0.29 | 0 | 0.80 | 0.32 | 81.86 | 0.67 | 0.41 |
| Hex | 7B | AE | 22 | 1D | 0 | 50 | 20 | 52 | 43 | 29 |
| Octal | 173 | 256 | 42 | 35 | 0 | 120 | 40 | 122 | 103 | 51 |
| Binary | 1111011 | 10101110 | 100010 | 11101 | 0 | 1010000 | 100000 | 1010010 | 1000011 | 101001 |
Color Harmonies of #7BAE22
Complementary color
Monochromatic Colors of #7BAE22
Black with #7BAE22
Text Example
Text Example
White with #7BAE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE22; }
p { color: rgb(123,174,34); }
H1.HeaderClassName
{
color: #7BAE22;
}
.AnyTagClassName
{
color: #7BAE22;
}
</style>
background-color css
<style>
a { background-color: #7BAE22; }
a { background-color: rgb(123,174,34); }
div.DivClassName
{
background-color: #7BAE22;
}
.BgClassName
{
background-color: #7BAE22;
}
</style>
border-color css
<style>
span { border-color: #7BAE22; }
span { border-color: rgb(123,174,34); }
td.TdClassName
{
border-color: #7BAE22;
}
.TagClassName
{
border-color: #7BAE22;
}
</style>