Shades of Lima #7BAF29
Tints of Lima #7BAF29
RGB
CMYK
RGB Variations
Color information
#7BAF29 (or 0x7BAF29) is known color: Lima. HEX triplet: 7B, AF and 29. RGB value is (123,175,41). Sum of RGB (Red+Green+Blue) = 123+175+41=339 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.28% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF29 is #8450D6. Grayscale: #909090. Windows color (decimal): -8671447 or 2731899. OLE color: 2731899.
HSL color Cylindrical-coordinate representation of color #7BAF29: hue angle of 83.28º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7BAF29 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 41 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.31 |
| HSL | 83.28º | 0.62% | 0.42% | - |
| HSV(B) | 83.28º | 0.77% | 0.69% | - |
| XYZ | 23.9 | 35.03 | 7.6 | - |
| YUV | 144.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 41 | 0.30 | 0 | 0.77 | 0.31 | 83.28 | 0.62 | 0.42 |
| Hex | 7B | AF | 29 | 1E | 0 | 4D | 1F | 53 | 3E | 2A |
| Octal | 173 | 257 | 51 | 36 | 0 | 115 | 37 | 123 | 76 | 52 |
| Binary | 1111011 | 10101111 | 101001 | 11110 | 0 | 1001101 | 11111 | 1010011 | 111110 | 101010 |
Color Harmonies of #7BAF29
Complementary color
Monochromatic Colors of #7BAF29
Black with #7BAF29
Text Example
Text Example
White with #7BAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF29; }
p { color: rgb(123,175,41); }
H1.HeaderClassName
{
color: #7BAF29;
}
.AnyTagClassName
{
color: #7BAF29;
}
</style>
background-color css
<style>
a { background-color: #7BAF29; }
a { background-color: rgb(123,175,41); }
div.DivClassName
{
background-color: #7BAF29;
}
.BgClassName
{
background-color: #7BAF29;
}
</style>
border-color css
<style>
span { border-color: #7BAF29; }
span { border-color: rgb(123,175,41); }
td.TdClassName
{
border-color: #7BAF29;
}
.TagClassName
{
border-color: #7BAF29;
}
</style>