Shades of Lima #7FBC3D
Tints of Lima #7FBC3D
RGB
CMYK
RGB Variations
Color information
#7FBC3D (or 0x7FBC3D) is known color: Lima. HEX triplet: 7F, BC and 3D. RGB value is (127,188,61). Sum of RGB (Red+Green+Blue) = 127+188+61=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC3D is #8043C2. Grayscale: #9B9B9B. Windows color (decimal): -8405955 or 4045951. OLE color: 4045951.
HSL color Cylindrical-coordinate representation of color #7FBC3D: hue angle of 88.82º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FBC3D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 61 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.26 |
| HSL | 88.82º | 0.51% | 0.49% | - |
| HSV(B) | 88.82º | 0.68% | 0.74% | - |
| XYZ | 27.58 | 40.82 | 10.84 | - |
| YUV | 155.28 | 74.79 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 61 | 0.32 | 0 | 0.68 | 0.26 | 88.82 | 0.51 | 0.49 |
| Hex | 7F | BC | 3D | 20 | 0 | 44 | 1A | 59 | 33 | 31 |
| Octal | 177 | 274 | 75 | 40 | 0 | 104 | 32 | 131 | 63 | 61 |
| Binary | 1111111 | 10111100 | 111101 | 100000 | 0 | 1000100 | 11010 | 1011001 | 110011 | 110001 |
Color Harmonies of #7FBC3D
Complementary color
Monochromatic Colors of #7FBC3D
Black with #7FBC3D
Text Example
Text Example
White with #7FBC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC3D; }
p { color: rgb(127,188,61); }
H1.HeaderClassName
{
color: #7FBC3D;
}
.AnyTagClassName
{
color: #7FBC3D;
}
</style>
background-color css
<style>
a { background-color: #7FBC3D; }
a { background-color: rgb(127,188,61); }
div.DivClassName
{
background-color: #7FBC3D;
}
.BgClassName
{
background-color: #7FBC3D;
}
</style>
border-color css
<style>
span { border-color: #7FBC3D; }
span { border-color: rgb(127,188,61); }
td.TdClassName
{
border-color: #7FBC3D;
}
.TagClassName
{
border-color: #7FBC3D;
}
</style>