Shades of Lima #7FBC2F
Tints of Lima #7FBC2F
RGB
CMYK
RGB Variations
Color information
#7FBC2F (or 0x7FBC2F) is known color: Lima. HEX triplet: 7F, BC and 2F. RGB value is (127,188,47). Sum of RGB (Red+Green+Blue) = 127+188+47=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC2F is #8043D0. Grayscale: #9A9A9A. Windows color (decimal): -8405969 or 3128447. OLE color: 3128447.
HSL color Cylindrical-coordinate representation of color #7FBC2F: hue angle of 85.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FBC2F is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 47 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.26 |
| HSL | 85.96º | 0.6% | 0.46% | - |
| HSV(B) | 85.96º | 0.75% | 0.74% | - |
| XYZ | 27.25 | 40.68 | 9.11 | - |
| YUV | 153.69 | 67.79 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 47 | 0.32 | 0 | 0.75 | 0.26 | 85.96 | 0.6 | 0.46 |
| Hex | 7F | BC | 2F | 20 | 0 | 4B | 1A | 56 | 3C | 2E |
| Octal | 177 | 274 | 57 | 40 | 0 | 113 | 32 | 126 | 74 | 56 |
| Binary | 1111111 | 10111100 | 101111 | 100000 | 0 | 1001011 | 11010 | 1010110 | 111100 | 101110 |
Color Harmonies of #7FBC2F
Complementary color
Monochromatic Colors of #7FBC2F
Black with #7FBC2F
Text Example
Text Example
White with #7FBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC2F; }
p { color: rgb(127,188,47); }
H1.HeaderClassName
{
color: #7FBC2F;
}
.AnyTagClassName
{
color: #7FBC2F;
}
</style>
background-color css
<style>
a { background-color: #7FBC2F; }
a { background-color: rgb(127,188,47); }
div.DivClassName
{
background-color: #7FBC2F;
}
.BgClassName
{
background-color: #7FBC2F;
}
</style>
border-color css
<style>
span { border-color: #7FBC2F; }
span { border-color: rgb(127,188,47); }
td.TdClassName
{
border-color: #7FBC2F;
}
.TagClassName
{
border-color: #7FBC2F;
}
</style>