Shades of Lima #7BAF28
Tints of Lima #7BAF28
RGB
CMYK
RGB Variations
Color information
#7BAF28 (or 0x7BAF28) is known color: Lima. HEX triplet: 7B, AF and 28. RGB value is (123,175,40). Sum of RGB (Red+Green+Blue) = 123+175+40=338 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.39% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF28 is #8450D7. Grayscale: #909090. Windows color (decimal): -8671448 or 2666363. OLE color: 2666363.
HSL color Cylindrical-coordinate representation of color #7BAF28: hue angle of 83.11º degrees, saturation: 0.63, 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 #7BAF28 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 40 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.31 |
| HSL | 83.11º | 0.63% | 0.42% | - |
| HSV(B) | 83.11º | 0.77% | 0.69% | - |
| XYZ | 23.88 | 35.02 | 7.51 | - |
| YUV | 144.06 | 69.27 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 40 | 0.30 | 0 | 0.77 | 0.31 | 83.11 | 0.63 | 0.42 |
| Hex | 7B | AF | 28 | 1E | 0 | 4D | 1F | 53 | 3F | 2A |
| Octal | 173 | 257 | 50 | 36 | 0 | 115 | 37 | 123 | 77 | 52 |
| Binary | 1111011 | 10101111 | 101000 | 11110 | 0 | 1001101 | 11111 | 1010011 | 111111 | 101010 |
Color Harmonies of #7BAF28
Complementary color
Monochromatic Colors of #7BAF28
Black with #7BAF28
Text Example
Text Example
White with #7BAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF28; }
p { color: rgb(123,175,40); }
H1.HeaderClassName
{
color: #7BAF28;
}
.AnyTagClassName
{
color: #7BAF28;
}
</style>
background-color css
<style>
a { background-color: #7BAF28; }
a { background-color: rgb(123,175,40); }
div.DivClassName
{
background-color: #7BAF28;
}
.BgClassName
{
background-color: #7BAF28;
}
</style>
border-color css
<style>
span { border-color: #7BAF28; }
span { border-color: rgb(123,175,40); }
td.TdClassName
{
border-color: #7BAF28;
}
.TagClassName
{
border-color: #7BAF28;
}
</style>