Shades of Lima #7FBC14
Tints of Lima #7FBC14
RGB
CMYK
RGB Variations
Color information
#7FBC14 (or 0x7FBC14) is known color: Lima. HEX triplet: 7F, BC and 14. RGB value is (127,188,20). Sum of RGB (Red+Green+Blue) = 127+188+20=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBC14 is #8043EB. Grayscale: #979797. Windows color (decimal): -8405996 or 1358975. OLE color: 1358975.
HSL color Cylindrical-coordinate representation of color #7FBC14: hue angle of 81.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FBC14 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 20 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.26 |
| HSL | 81.79º | 0.81% | 0.41% | - |
| HSV(B) | 81.79º | 0.89% | 0.74% | - |
| XYZ | 26.86 | 40.53 | 7.07 | - |
| YUV | 150.61 | 54.29 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 20 | 0.32 | 0 | 0.89 | 0.26 | 81.79 | 0.81 | 0.41 |
| Hex | 7F | BC | 14 | 20 | 0 | 59 | 1A | 52 | 51 | 29 |
| Octal | 177 | 274 | 24 | 40 | 0 | 131 | 32 | 122 | 121 | 51 |
| Binary | 1111111 | 10111100 | 10100 | 100000 | 0 | 1011001 | 11010 | 1010010 | 1010001 | 101001 |
Color Harmonies of #7FBC14
Complementary color
Monochromatic Colors of #7FBC14
Black with #7FBC14
Text Example
Text Example
White with #7FBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC14; }
p { color: rgb(127,188,20); }
H1.HeaderClassName
{
color: #7FBC14;
}
.AnyTagClassName
{
color: #7FBC14;
}
</style>
background-color css
<style>
a { background-color: #7FBC14; }
a { background-color: rgb(127,188,20); }
div.DivClassName
{
background-color: #7FBC14;
}
.BgClassName
{
background-color: #7FBC14;
}
</style>
border-color css
<style>
span { border-color: #7FBC14; }
span { border-color: rgb(127,188,20); }
td.TdClassName
{
border-color: #7FBC14;
}
.TagClassName
{
border-color: #7FBC14;
}
</style>