Shades of Lima #7FB51D
Tints of Lima #7FB51D
RGB
CMYK
RGB Variations
Color information
#7FB51D (or 0x7FB51D) is known color: Lima. HEX triplet: 7F, B5 and 1D. RGB value is (127,181,29). Sum of RGB (Red+Green+Blue) = 127+181+29=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #7FB51D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB51D is #804AE2. Grayscale: #949494. Windows color (decimal): -8407779 or 1947007. OLE color: 1947007.
HSL color Cylindrical-coordinate representation of color #7FB51D: hue angle of 81.32º degrees, saturation: 0.72, 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 #7FB51D is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 181 | 29 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.29 |
| HSL | 81.32º | 0.72% | 0.41% | - |
| HSV(B) | 81.32º | 0.84% | 0.71% | - |
| XYZ | 25.5 | 37.65 | 7.09 | - |
| YUV | 147.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 29 | 0.30 | 0 | 0.84 | 0.29 | 81.32 | 0.72 | 0.41 |
| Hex | 7F | B5 | 1D | 1E | 0 | 54 | 1D | 51 | 48 | 29 |
| Octal | 177 | 265 | 35 | 36 | 0 | 124 | 35 | 121 | 110 | 51 |
| Binary | 1111111 | 10110101 | 11101 | 11110 | 0 | 1010100 | 11101 | 1010001 | 1001000 | 101001 |
Color Harmonies of #7FB51D
Complementary color
Monochromatic Colors of #7FB51D
Black with #7FB51D
Text Example
Text Example
White with #7FB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB51D; }
p { color: rgb(127,181,29); }
H1.HeaderClassName
{
color: #7FB51D;
}
.AnyTagClassName
{
color: #7FB51D;
}
</style>
background-color css
<style>
a { background-color: #7FB51D; }
a { background-color: rgb(127,181,29); }
div.DivClassName
{
background-color: #7FB51D;
}
.BgClassName
{
background-color: #7FB51D;
}
</style>
border-color css
<style>
span { border-color: #7FB51D; }
span { border-color: rgb(127,181,29); }
td.TdClassName
{
border-color: #7FB51D;
}
.TagClassName
{
border-color: #7FB51D;
}
</style>