Shades of Lima #7FC40B
Tints of Lima #7FC40B
RGB
CMYK
RGB Variations
Color information
#7FC40B (or 0x7FC40B) is known color: Lima. HEX triplet: 7F, C4 and 0B. RGB value is (127,196,11). Sum of RGB (Red+Green+Blue) = 127+196+11=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC40B is #803BF4. Grayscale: #9A9A9A. Windows color (decimal): -8403957 or 771199. OLE color: 771199.
HSL color Cylindrical-coordinate representation of color #7FC40B: hue angle of 82.38º 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 #7FC40B is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 196 | 11 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.23 |
| HSL | 82.38º | 0.89% | 0.41% | - |
| HSV(B) | 82.38º | 0.94% | 0.77% | - |
| XYZ | 28.55 | 44.02 | 7.31 | - |
| YUV | 154.28 | 47.14 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 196 | 11 | 0.35 | 0 | 0.94 | 0.23 | 82.38 | 0.89 | 0.41 |
| Hex | 7F | C4 | B | 23 | 0 | 5E | 17 | 52 | 59 | 29 |
| Octal | 177 | 304 | 13 | 43 | 0 | 136 | 27 | 122 | 131 | 51 |
| Binary | 1111111 | 11000100 | 1011 | 100011 | 0 | 1011110 | 10111 | 1010010 | 1011001 | 101001 |
Color Harmonies of #7FC40B
Complementary color
Monochromatic Colors of #7FC40B
Black with #7FC40B
Text Example
Text Example
White with #7FC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC40B; }
p { color: rgb(127,196,11); }
H1.HeaderClassName
{
color: #7FC40B;
}
.AnyTagClassName
{
color: #7FC40B;
}
</style>
background-color css
<style>
a { background-color: #7FC40B; }
a { background-color: rgb(127,196,11); }
div.DivClassName
{
background-color: #7FC40B;
}
.BgClassName
{
background-color: #7FC40B;
}
</style>
border-color css
<style>
span { border-color: #7FC40B; }
span { border-color: rgb(127,196,11); }
td.TdClassName
{
border-color: #7FC40B;
}
.TagClassName
{
border-color: #7FC40B;
}
</style>