Shades of Lima #7FB61D
Tints of Lima #7FB61D
RGB
CMYK
RGB Variations
Color information
#7FB61D (or 0x7FB61D) is known color: Lima. HEX triplet: 7F, B6 and 1D. RGB value is (127,182,29). Sum of RGB (Red+Green+Blue) = 127+182+29=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB61D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB61D is #8049E2. Grayscale: #949494. Windows color (decimal): -8407523 or 1947263. OLE color: 1947263.
HSL color Cylindrical-coordinate representation of color #7FB61D: hue angle of 81.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FB61D is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 182 | 29 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.29 |
| HSL | 81.57º | 0.73% | 0.41% | - |
| HSV(B) | 81.57º | 0.84% | 0.71% | - |
| XYZ | 25.7 | 38.06 | 7.15 | - |
| YUV | 148.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 29 | 0.30 | 0 | 0.84 | 0.29 | 81.57 | 0.73 | 0.41 |
| Hex | 7F | B6 | 1D | 1E | 0 | 54 | 1D | 52 | 49 | 29 |
| Octal | 177 | 266 | 35 | 36 | 0 | 124 | 35 | 122 | 111 | 51 |
| Binary | 1111111 | 10110110 | 11101 | 11110 | 0 | 1010100 | 11101 | 1010010 | 1001001 | 101001 |
Color Harmonies of #7FB61D
Complementary color
Monochromatic Colors of #7FB61D
Black with #7FB61D
Text Example
Text Example
White with #7FB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB61D; }
p { color: rgb(127,182,29); }
H1.HeaderClassName
{
color: #7FB61D;
}
.AnyTagClassName
{
color: #7FB61D;
}
</style>
background-color css
<style>
a { background-color: #7FB61D; }
a { background-color: rgb(127,182,29); }
div.DivClassName
{
background-color: #7FB61D;
}
.BgClassName
{
background-color: #7FB61D;
}
</style>
border-color css
<style>
span { border-color: #7FB61D; }
span { border-color: rgb(127,182,29); }
td.TdClassName
{
border-color: #7FB61D;
}
.TagClassName
{
border-color: #7FB61D;
}
</style>