Shades of Lima #7FBC3C
Tints of Lima #7FBC3C
RGB
CMYK
RGB Variations
Color information
#7FBC3C (or 0x7FBC3C) is known color: Lima. HEX triplet: 7F, BC and 3C. RGB value is (127,188,60). Sum of RGB (Red+Green+Blue) = 127+188+60=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC3C is #8043C3. Grayscale: #9B9B9B. Windows color (decimal): -8405956 or 3980415. OLE color: 3980415.
HSL color Cylindrical-coordinate representation of color #7FBC3C: hue angle of 88.59º degrees, saturation: 0.52, 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 #7FBC3C is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 60 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.26 |
| HSL | 88.59º | 0.52% | 0.49% | - |
| HSV(B) | 88.59º | 0.68% | 0.74% | - |
| XYZ | 27.55 | 40.8 | 10.7 | - |
| YUV | 155.17 | 74.29 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 60 | 0.32 | 0 | 0.68 | 0.26 | 88.59 | 0.52 | 0.49 |
| Hex | 7F | BC | 3C | 20 | 0 | 44 | 1A | 59 | 34 | 31 |
| Octal | 177 | 274 | 74 | 40 | 0 | 104 | 32 | 131 | 64 | 61 |
| Binary | 1111111 | 10111100 | 111100 | 100000 | 0 | 1000100 | 11010 | 1011001 | 110100 | 110001 |
Color Harmonies of #7FBC3C
Complementary color
Monochromatic Colors of #7FBC3C
Black with #7FBC3C
Text Example
Text Example
White with #7FBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC3C; }
p { color: rgb(127,188,60); }
H1.HeaderClassName
{
color: #7FBC3C;
}
.AnyTagClassName
{
color: #7FBC3C;
}
</style>
background-color css
<style>
a { background-color: #7FBC3C; }
a { background-color: rgb(127,188,60); }
div.DivClassName
{
background-color: #7FBC3C;
}
.BgClassName
{
background-color: #7FBC3C;
}
</style>
border-color css
<style>
span { border-color: #7FBC3C; }
span { border-color: rgb(127,188,60); }
td.TdClassName
{
border-color: #7FBC3C;
}
.TagClassName
{
border-color: #7FBC3C;
}
</style>