Shades of Lima #7FBE29
Tints of Lima #7FBE29
RGB
CMYK
RGB Variations
Color information
#7FBE29 (or 0x7FBE29) is known color: Lima. HEX triplet: 7F, BE and 29. RGB value is (127,190,41). Sum of RGB (Red+Green+Blue) = 127+190+41=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE29 is #8041D6. Grayscale: #9A9A9A. Windows color (decimal): -8405463 or 2735743. OLE color: 2735743.
HSL color Cylindrical-coordinate representation of color #7FBE29: hue angle of 85.37º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FBE29 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 190 | 41 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.25 |
| HSL | 85.37º | 0.65% | 0.45% | - |
| HSV(B) | 85.37º | 0.78% | 0.75% | - |
| XYZ | 27.57 | 41.5 | 8.66 | - |
| YUV | 154.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 190 | 41 | 0.33 | 0 | 0.78 | 0.25 | 85.37 | 0.65 | 0.45 |
| Hex | 7F | BE | 29 | 21 | 0 | 4E | 19 | 55 | 41 | 2D |
| Octal | 177 | 276 | 51 | 41 | 0 | 116 | 31 | 125 | 101 | 55 |
| Binary | 1111111 | 10111110 | 101001 | 100001 | 0 | 1001110 | 11001 | 1010101 | 1000001 | 101101 |
Color Harmonies of #7FBE29
Complementary color
Monochromatic Colors of #7FBE29
Black with #7FBE29
Text Example
Text Example
White with #7FBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBE29; }
p { color: rgb(127,190,41); }
H1.HeaderClassName
{
color: #7FBE29;
}
.AnyTagClassName
{
color: #7FBE29;
}
</style>
background-color css
<style>
a { background-color: #7FBE29; }
a { background-color: rgb(127,190,41); }
div.DivClassName
{
background-color: #7FBE29;
}
.BgClassName
{
background-color: #7FBE29;
}
</style>
border-color css
<style>
span { border-color: #7FBE29; }
span { border-color: rgb(127,190,41); }
td.TdClassName
{
border-color: #7FBE29;
}
.TagClassName
{
border-color: #7FBE29;
}
</style>