Shades of Lima #7FB31D
Tints of Lima #7FB31D
RGB
CMYK
RGB Variations
Color information
#7FB31D (or 0x7FB31D) is known color: Lima. HEX triplet: 7F, B3 and 1D. RGB value is (127,179,29). Sum of RGB (Red+Green+Blue) = 127+179+29=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #7FB31D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB31D is #804CE2. Grayscale: #929292. Windows color (decimal): -8408291 or 1946495. OLE color: 1946495.
HSL color Cylindrical-coordinate representation of color #7FB31D: hue angle of 80.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7FB31D is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 179 | 29 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.30 |
| HSL | 80.8º | 0.72% | 0.41% | - |
| HSV(B) | 80.8º | 0.84% | 0.7% | - |
| XYZ | 25.09 | 36.84 | 6.95 | - |
| YUV | 146.35 | 61.77 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 179 | 29 | 0.29 | 0 | 0.84 | 0.30 | 80.8 | 0.72 | 0.41 |
| Hex | 7F | B3 | 1D | 1D | 0 | 54 | 1E | 51 | 48 | 29 |
| Octal | 177 | 263 | 35 | 35 | 0 | 124 | 36 | 121 | 110 | 51 |
| Binary | 1111111 | 10110011 | 11101 | 11101 | 0 | 1010100 | 11110 | 1010001 | 1001000 | 101001 |
Color Harmonies of #7FB31D
Complementary color
Monochromatic Colors of #7FB31D
Black with #7FB31D
Text Example
Text Example
White with #7FB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB31D; }
p { color: rgb(127,179,29); }
H1.HeaderClassName
{
color: #7FB31D;
}
.AnyTagClassName
{
color: #7FB31D;
}
</style>
background-color css
<style>
a { background-color: #7FB31D; }
a { background-color: rgb(127,179,29); }
div.DivClassName
{
background-color: #7FB31D;
}
.BgClassName
{
background-color: #7FB31D;
}
</style>
border-color css
<style>
span { border-color: #7FB31D; }
span { border-color: rgb(127,179,29); }
td.TdClassName
{
border-color: #7FB31D;
}
.TagClassName
{
border-color: #7FB31D;
}
</style>