Shades of Lima #7BBC07
Tints of Lima #7BBC07
RGB
CMYK
RGB Variations
Color information
#7BBC07 (or 0x7BBC07) is known color: Lima. HEX triplet: 7B, BC and 07. RGB value is (123,188,7). Sum of RGB (Red+Green+Blue) = 123+188+7=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBC07 is #8443F8. Grayscale: #949494. Windows color (decimal): -8668153 or 507003. OLE color: 507003.
HSL color Cylindrical-coordinate representation of color #7BBC07: hue angle of 81.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BBC07 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.26 |
| HSL | 81.55º | 0.93% | 0.38% | - |
| HSV(B) | 81.55º | 0.96% | 0.74% | - |
| XYZ | 26.19 | 40.19 | 6.58 | - |
| YUV | 147.93 | 48.47 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 7 | 0.35 | 0 | 0.96 | 0.26 | 81.55 | 0.93 | 0.38 |
| Hex | 7B | BC | 7 | 23 | 0 | 60 | 1A | 52 | 5D | 26 |
| Octal | 173 | 274 | 7 | 43 | 0 | 140 | 32 | 122 | 135 | 46 |
| Binary | 1111011 | 10111100 | 111 | 100011 | 0 | 1100000 | 11010 | 1010010 | 1011101 | 100110 |
Color Harmonies of #7BBC07
Complementary color
Monochromatic Colors of #7BBC07
Black with #7BBC07
Text Example
Text Example
White with #7BBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC07; }
p { color: rgb(123,188,7); }
H1.HeaderClassName
{
color: #7BBC07;
}
.AnyTagClassName
{
color: #7BBC07;
}
</style>
background-color css
<style>
a { background-color: #7BBC07; }
a { background-color: rgb(123,188,7); }
div.DivClassName
{
background-color: #7BBC07;
}
.BgClassName
{
background-color: #7BBC07;
}
</style>
border-color css
<style>
span { border-color: #7BBC07; }
span { border-color: rgb(123,188,7); }
td.TdClassName
{
border-color: #7BBC07;
}
.TagClassName
{
border-color: #7BBC07;
}
</style>