Shades of Lima #7FBC31
Tints of Lima #7FBC31
RGB
CMYK
RGB Variations
Color information
#7FBC31 (or 0x7FBC31) is known color: Lima. HEX triplet: 7F, BC and 31. RGB value is (127,188,49). Sum of RGB (Red+Green+Blue) = 127+188+49=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC31 is #8043CE. Grayscale: #9A9A9A. Windows color (decimal): -8405967 or 3259519. OLE color: 3259519.
HSL color Cylindrical-coordinate representation of color #7FBC31: hue angle of 86.33º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7FBC31 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 49 | - |
| CMYK | 0.32 | 0 | 0.74 | 0.26 |
| HSL | 86.33º | 0.59% | 0.46% | - |
| HSV(B) | 86.33º | 0.74% | 0.74% | - |
| XYZ | 27.29 | 40.7 | 9.32 | - |
| YUV | 153.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 49 | 0.32 | 0 | 0.74 | 0.26 | 86.33 | 0.59 | 0.46 |
| Hex | 7F | BC | 31 | 20 | 0 | 4A | 1A | 56 | 3B | 2E |
| Octal | 177 | 274 | 61 | 40 | 0 | 112 | 32 | 126 | 73 | 56 |
| Binary | 1111111 | 10111100 | 110001 | 100000 | 0 | 1001010 | 11010 | 1010110 | 111011 | 101110 |
Color Harmonies of #7FBC31
Complementary color
Monochromatic Colors of #7FBC31
Black with #7FBC31
Text Example
Text Example
White with #7FBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC31; }
p { color: rgb(127,188,49); }
H1.HeaderClassName
{
color: #7FBC31;
}
.AnyTagClassName
{
color: #7FBC31;
}
</style>
background-color css
<style>
a { background-color: #7FBC31; }
a { background-color: rgb(127,188,49); }
div.DivClassName
{
background-color: #7FBC31;
}
.BgClassName
{
background-color: #7FBC31;
}
</style>
border-color css
<style>
span { border-color: #7FBC31; }
span { border-color: rgb(127,188,49); }
td.TdClassName
{
border-color: #7FBC31;
}
.TagClassName
{
border-color: #7FBC31;
}
</style>