Shades of Lima #7FBC37
Tints of Lima #7FBC37
RGB
CMYK
RGB Variations
Color information
#7FBC37 (or 0x7FBC37) is known color: Lima. HEX triplet: 7F, BC and 37. RGB value is (127,188,55). Sum of RGB (Red+Green+Blue) = 127+188+55=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC37 is #8043C8. Grayscale: #9B9B9B. Windows color (decimal): -8405961 or 3652735. OLE color: 3652735.
HSL color Cylindrical-coordinate representation of color #7FBC37: hue angle of 87.52º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FBC37 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 55 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.26 |
| HSL | 87.52º | 0.55% | 0.48% | - |
| HSV(B) | 87.52º | 0.71% | 0.74% | - |
| XYZ | 27.43 | 40.75 | 10.04 | - |
| YUV | 154.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 55 | 0.32 | 0 | 0.71 | 0.26 | 87.52 | 0.55 | 0.48 |
| Hex | 7F | BC | 37 | 20 | 0 | 47 | 1A | 58 | 37 | 30 |
| Octal | 177 | 274 | 67 | 40 | 0 | 107 | 32 | 130 | 67 | 60 |
| Binary | 1111111 | 10111100 | 110111 | 100000 | 0 | 1000111 | 11010 | 1011000 | 110111 | 110000 |
Color Harmonies of #7FBC37
Complementary color
Monochromatic Colors of #7FBC37
Black with #7FBC37
Text Example
Text Example
White with #7FBC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC37; }
p { color: rgb(127,188,55); }
H1.HeaderClassName
{
color: #7FBC37;
}
.AnyTagClassName
{
color: #7FBC37;
}
</style>
background-color css
<style>
a { background-color: #7FBC37; }
a { background-color: rgb(127,188,55); }
div.DivClassName
{
background-color: #7FBC37;
}
.BgClassName
{
background-color: #7FBC37;
}
</style>
border-color css
<style>
span { border-color: #7FBC37; }
span { border-color: rgb(127,188,55); }
td.TdClassName
{
border-color: #7FBC37;
}
.TagClassName
{
border-color: #7FBC37;
}
</style>