Shades of Lima #7FBA2D
Tints of Lima #7FBA2D
RGB
CMYK
RGB Variations
Color information
#7FBA2D (or 0x7FBA2D) is known color: Lima. HEX triplet: 7F, BA and 2D. RGB value is (127,186,45). Sum of RGB (Red+Green+Blue) = 127+186+45=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBA2D is #8045D2. Grayscale: #989898. Windows color (decimal): -8406483 or 2996863. OLE color: 2996863.
HSL color Cylindrical-coordinate representation of color #7FBA2D: hue angle of 85.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FBA2D is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 186 | 45 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.27 |
| HSL | 85.11º | 0.61% | 0.45% | - |
| HSV(B) | 85.11º | 0.76% | 0.73% | - |
| XYZ | 26.78 | 39.82 | 8.76 | - |
| YUV | 152.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 45 | 0.32 | 0 | 0.76 | 0.27 | 85.11 | 0.61 | 0.45 |
| Hex | 7F | BA | 2D | 20 | 0 | 4C | 1B | 55 | 3D | 2D |
| Octal | 177 | 272 | 55 | 40 | 0 | 114 | 33 | 125 | 75 | 55 |
| Binary | 1111111 | 10111010 | 101101 | 100000 | 0 | 1001100 | 11011 | 1010101 | 111101 | 101101 |
Color Harmonies of #7FBA2D
Complementary color
Monochromatic Colors of #7FBA2D
Black with #7FBA2D
Text Example
Text Example
White with #7FBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBA2D; }
p { color: rgb(127,186,45); }
H1.HeaderClassName
{
color: #7FBA2D;
}
.AnyTagClassName
{
color: #7FBA2D;
}
</style>
background-color css
<style>
a { background-color: #7FBA2D; }
a { background-color: rgb(127,186,45); }
div.DivClassName
{
background-color: #7FBA2D;
}
.BgClassName
{
background-color: #7FBA2D;
}
</style>
border-color css
<style>
span { border-color: #7FBA2D; }
span { border-color: rgb(127,186,45); }
td.TdClassName
{
border-color: #7FBA2D;
}
.TagClassName
{
border-color: #7FBA2D;
}
</style>