Shades of Lima #7FC50B
Tints of Lima #7FC50B
RGB
CMYK
RGB Variations
Color information
#7FC50B (or 0x7FC50B) is known color: Lima. HEX triplet: 7F, C5 and 0B. RGB value is (127,197,11). Sum of RGB (Red+Green+Blue) = 127+197+11=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC50B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC50B is #803AF4. Grayscale: #9B9B9B. Windows color (decimal): -8403701 or 771455. OLE color: 771455.
HSL color Cylindrical-coordinate representation of color #7FC50B: hue angle of 82.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FC50B is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 11 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.23 |
| HSL | 82.58º | 0.89% | 0.41% | - |
| HSV(B) | 82.58º | 0.94% | 0.77% | - |
| XYZ | 28.78 | 44.47 | 7.38 | - |
| YUV | 154.87 | 46.81 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 11 | 0.36 | 0 | 0.94 | 0.23 | 82.58 | 0.89 | 0.41 |
| Hex | 7F | C5 | B | 24 | 0 | 5E | 17 | 53 | 59 | 29 |
| Octal | 177 | 305 | 13 | 44 | 0 | 136 | 27 | 123 | 131 | 51 |
| Binary | 1111111 | 11000101 | 1011 | 100100 | 0 | 1011110 | 10111 | 1010011 | 1011001 | 101001 |
Color Harmonies of #7FC50B
Complementary color
Monochromatic Colors of #7FC50B
Black with #7FC50B
Text Example
Text Example
White with #7FC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC50B; }
p { color: rgb(127,197,11); }
H1.HeaderClassName
{
color: #7FC50B;
}
.AnyTagClassName
{
color: #7FC50B;
}
</style>
background-color css
<style>
a { background-color: #7FC50B; }
a { background-color: rgb(127,197,11); }
div.DivClassName
{
background-color: #7FC50B;
}
.BgClassName
{
background-color: #7FC50B;
}
</style>
border-color css
<style>
span { border-color: #7FC50B; }
span { border-color: rgb(127,197,11); }
td.TdClassName
{
border-color: #7FC50B;
}
.TagClassName
{
border-color: #7FC50B;
}
</style>