Shades of Lima #7BAE23
Tints of Lima #7BAE23
RGB
CMYK
RGB Variations
Color information
#7BAE23 (or 0x7BAE23) is known color: Lima. HEX triplet: 7B, AE and 23. RGB value is (123,174,35). Sum of RGB (Red+Green+Blue) = 123+174+35=332 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.05% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAE23 is #8451DC. Grayscale: #8F8F8F. Windows color (decimal): -8671709 or 2338427. OLE color: 2338427.
HSL color Cylindrical-coordinate representation of color #7BAE23: hue angle of 82.01º 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 #7BAE23 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 35 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.32 |
| HSL | 82.01º | 0.67% | 0.41% | - |
| HSV(B) | 82.01º | 0.8% | 0.68% | - |
| XYZ | 23.61 | 34.6 | 7.03 | - |
| YUV | 142.91 | 67.1 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 35 | 0.29 | 0 | 0.80 | 0.32 | 82.01 | 0.67 | 0.41 |
| Hex | 7B | AE | 23 | 1D | 0 | 50 | 20 | 52 | 43 | 29 |
| Octal | 173 | 256 | 43 | 35 | 0 | 120 | 40 | 122 | 103 | 51 |
| Binary | 1111011 | 10101110 | 100011 | 11101 | 0 | 1010000 | 100000 | 1010010 | 1000011 | 101001 |
Color Harmonies of #7BAE23
Complementary color
Monochromatic Colors of #7BAE23
Black with #7BAE23
Text Example
Text Example
White with #7BAE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE23; }
p { color: rgb(123,174,35); }
H1.HeaderClassName
{
color: #7BAE23;
}
.AnyTagClassName
{
color: #7BAE23;
}
</style>
background-color css
<style>
a { background-color: #7BAE23; }
a { background-color: rgb(123,174,35); }
div.DivClassName
{
background-color: #7BAE23;
}
.BgClassName
{
background-color: #7BAE23;
}
</style>
border-color css
<style>
span { border-color: #7BAE23; }
span { border-color: rgb(123,174,35); }
td.TdClassName
{
border-color: #7BAE23;
}
.TagClassName
{
border-color: #7BAE23;
}
</style>