Shades of Lima #7BB02E
Tints of Lima #7BB02E
RGB
CMYK
RGB Variations
Color information
#7BB02E (or 0x7BB02E) is known color: Lima. HEX triplet: 7B, B0 and 2E. RGB value is (123,176,46). Sum of RGB (Red+Green+Blue) = 123+176+46=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB02E is #844FD1. Grayscale: #919191. Windows color (decimal): -8671186 or 3059835. OLE color: 3059835.
HSL color Cylindrical-coordinate representation of color #7BB02E: hue angle of 84.46º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7BB02E is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 46 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.31 |
| HSL | 84.46º | 0.59% | 0.44% | - |
| HSV(B) | 84.46º | 0.74% | 0.69% | - |
| XYZ | 24.19 | 35.46 | 8.15 | - |
| YUV | 145.33 | 71.94 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 46 | 0.30 | 0 | 0.74 | 0.31 | 84.46 | 0.59 | 0.44 |
| Hex | 7B | B0 | 2E | 1E | 0 | 4A | 1F | 54 | 3B | 2C |
| Octal | 173 | 260 | 56 | 36 | 0 | 112 | 37 | 124 | 73 | 54 |
| Binary | 1111011 | 10110000 | 101110 | 11110 | 0 | 1001010 | 11111 | 1010100 | 111011 | 101100 |
Color Harmonies of #7BB02E
Complementary color
Monochromatic Colors of #7BB02E
Black with #7BB02E
Text Example
Text Example
White with #7BB02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB02E; }
p { color: rgb(123,176,46); }
H1.HeaderClassName
{
color: #7BB02E;
}
.AnyTagClassName
{
color: #7BB02E;
}
</style>
background-color css
<style>
a { background-color: #7BB02E; }
a { background-color: rgb(123,176,46); }
div.DivClassName
{
background-color: #7BB02E;
}
.BgClassName
{
background-color: #7BB02E;
}
</style>
border-color css
<style>
span { border-color: #7BB02E; }
span { border-color: rgb(123,176,46); }
td.TdClassName
{
border-color: #7BB02E;
}
.TagClassName
{
border-color: #7BB02E;
}
</style>