Shades of Lima #7BBC2A
Tints of Lima #7BBC2A
RGB
CMYK
RGB Variations
Color information
#7BBC2A (or 0x7BBC2A) is known color: Lima. HEX triplet: 7B, BC and 2A. RGB value is (123,188,42). Sum of RGB (Red+Green+Blue) = 123+188+42=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC2A is #8443D5. Grayscale: #989898. Windows color (decimal): -8668118 or 2800763. OLE color: 2800763.
HSL color Cylindrical-coordinate representation of color #7BBC2A: hue angle of 86.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BBC2A is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 42 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.26 |
| HSL | 86.71º | 0.63% | 0.45% | - |
| HSV(B) | 86.71º | 0.78% | 0.74% | - |
| XYZ | 26.57 | 40.34 | 8.58 | - |
| YUV | 151.92 | 65.97 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 42 | 0.35 | 0 | 0.78 | 0.26 | 86.71 | 0.63 | 0.45 |
| Hex | 7B | BC | 2A | 23 | 0 | 4E | 1A | 57 | 3F | 2D |
| Octal | 173 | 274 | 52 | 43 | 0 | 116 | 32 | 127 | 77 | 55 |
| Binary | 1111011 | 10111100 | 101010 | 100011 | 0 | 1001110 | 11010 | 1010111 | 111111 | 101101 |
Color Harmonies of #7BBC2A
Complementary color
Monochromatic Colors of #7BBC2A
Black with #7BBC2A
Text Example
Text Example
White with #7BBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC2A; }
p { color: rgb(123,188,42); }
H1.HeaderClassName
{
color: #7BBC2A;
}
.AnyTagClassName
{
color: #7BBC2A;
}
</style>
background-color css
<style>
a { background-color: #7BBC2A; }
a { background-color: rgb(123,188,42); }
div.DivClassName
{
background-color: #7BBC2A;
}
.BgClassName
{
background-color: #7BBC2A;
}
</style>
border-color css
<style>
span { border-color: #7BBC2A; }
span { border-color: rgb(123,188,42); }
td.TdClassName
{
border-color: #7BBC2A;
}
.TagClassName
{
border-color: #7BBC2A;
}
</style>