Shades of Lima #7BC82A
Tints of Lima #7BC82A
RGB
CMYK
RGB Variations
Color information
#7BC82A (or 0x7BC82A) is known color: Lima. HEX triplet: 7B, C8 and 2A. RGB value is (123,200,42). Sum of RGB (Red+Green+Blue) = 123+200+42=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC82A is #8437D5. Grayscale: #9F9F9F. Windows color (decimal): -8665046 or 2803835. OLE color: 2803835.
HSL color Cylindrical-coordinate representation of color #7BC82A: hue angle of 89.24º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BC82A is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 200 | 42 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.22 |
| HSL | 89.24º | 0.65% | 0.47% | - |
| HSV(B) | 89.24º | 0.79% | 0.78% | - |
| XYZ | 29.24 | 45.69 | 9.47 | - |
| YUV | 158.97 | 61.99 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 200 | 42 | 0.38 | 0 | 0.79 | 0.22 | 89.24 | 0.65 | 0.47 |
| Hex | 7B | C8 | 2A | 26 | 0 | 4F | 16 | 59 | 41 | 2F |
| Octal | 173 | 310 | 52 | 46 | 0 | 117 | 26 | 131 | 101 | 57 |
| Binary | 1111011 | 11001000 | 101010 | 100110 | 0 | 1001111 | 10110 | 1011001 | 1000001 | 101111 |
Color Harmonies of #7BC82A
Complementary color
Monochromatic Colors of #7BC82A
Black with #7BC82A
Text Example
Text Example
White with #7BC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC82A; }
p { color: rgb(123,200,42); }
H1.HeaderClassName
{
color: #7BC82A;
}
.AnyTagClassName
{
color: #7BC82A;
}
</style>
background-color css
<style>
a { background-color: #7BC82A; }
a { background-color: rgb(123,200,42); }
div.DivClassName
{
background-color: #7BC82A;
}
.BgClassName
{
background-color: #7BC82A;
}
</style>
border-color css
<style>
span { border-color: #7BC82A; }
span { border-color: rgb(123,200,42); }
td.TdClassName
{
border-color: #7BC82A;
}
.TagClassName
{
border-color: #7BC82A;
}
</style>