Shades of Lima #7BBA1C
Tints of Lima #7BBA1C
RGB
CMYK
RGB Variations
Color information
#7BBA1C (or 0x7BBA1C) is known color: Lima. HEX triplet: 7B, BA and 1C. RGB value is (123,186,28). Sum of RGB (Red+Green+Blue) = 123+186+28=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA1C is #8445E3. Grayscale: #959595. Windows color (decimal): -8668644 or 1882747. OLE color: 1882747.
HSL color Cylindrical-coordinate representation of color #7BBA1C: hue angle of 83.92º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BBA1C is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 28 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.27 |
| HSL | 83.92º | 0.74% | 0.42% | - |
| HSV(B) | 83.92º | 0.85% | 0.73% | - |
| XYZ | 25.94 | 39.41 | 7.34 | - |
| YUV | 149.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 28 | 0.34 | 0 | 0.85 | 0.27 | 83.92 | 0.74 | 0.42 |
| Hex | 7B | BA | 1C | 22 | 0 | 55 | 1B | 54 | 4A | 2A |
| Octal | 173 | 272 | 34 | 42 | 0 | 125 | 33 | 124 | 112 | 52 |
| Binary | 1111011 | 10111010 | 11100 | 100010 | 0 | 1010101 | 11011 | 1010100 | 1001010 | 101010 |
Color Harmonies of #7BBA1C
Complementary color
Monochromatic Colors of #7BBA1C
Black with #7BBA1C
Text Example
Text Example
White with #7BBA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA1C; }
p { color: rgb(123,186,28); }
H1.HeaderClassName
{
color: #7BBA1C;
}
.AnyTagClassName
{
color: #7BBA1C;
}
</style>
background-color css
<style>
a { background-color: #7BBA1C; }
a { background-color: rgb(123,186,28); }
div.DivClassName
{
background-color: #7BBA1C;
}
.BgClassName
{
background-color: #7BBA1C;
}
</style>
border-color css
<style>
span { border-color: #7BBA1C; }
span { border-color: rgb(123,186,28); }
td.TdClassName
{
border-color: #7BBA1C;
}
.TagClassName
{
border-color: #7BBA1C;
}
</style>