Shades of Lima #7FBC07
Tints of Lima #7FBC07
RGB
CMYK
RGB Variations
Color information
#7FBC07 (or 0x7FBC07) is known color: Lima. HEX triplet: 7F, BC and 07. RGB value is (127,188,7). Sum of RGB (Red+Green+Blue) = 127+188+7=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBC07 is #8043F8. Grayscale: #959595. Windows color (decimal): -8406009 or 507007. OLE color: 507007.
HSL color Cylindrical-coordinate representation of color #7FBC07: hue angle of 80.22º 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 #7FBC07 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.26 |
| HSL | 80.22º | 0.93% | 0.38% | - |
| HSV(B) | 80.22º | 0.96% | 0.74% | - |
| XYZ | 26.77 | 40.49 | 6.61 | - |
| YUV | 149.13 | 47.79 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 7 | 0.32 | 0 | 0.96 | 0.26 | 80.22 | 0.93 | 0.38 |
| Hex | 7F | BC | 7 | 20 | 0 | 60 | 1A | 50 | 5D | 26 |
| Octal | 177 | 274 | 7 | 40 | 0 | 140 | 32 | 120 | 135 | 46 |
| Binary | 1111111 | 10111100 | 111 | 100000 | 0 | 1100000 | 11010 | 1010000 | 1011101 | 100110 |
Color Harmonies of #7FBC07
Complementary color
Monochromatic Colors of #7FBC07
Black with #7FBC07
Text Example
Text Example
White with #7FBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC07; }
p { color: rgb(127,188,7); }
H1.HeaderClassName
{
color: #7FBC07;
}
.AnyTagClassName
{
color: #7FBC07;
}
</style>
background-color css
<style>
a { background-color: #7FBC07; }
a { background-color: rgb(127,188,7); }
div.DivClassName
{
background-color: #7FBC07;
}
.BgClassName
{
background-color: #7FBC07;
}
</style>
border-color css
<style>
span { border-color: #7FBC07; }
span { border-color: rgb(127,188,7); }
td.TdClassName
{
border-color: #7FBC07;
}
.TagClassName
{
border-color: #7FBC07;
}
</style>