Shades of Lima #7FBC29
Tints of Lima #7FBC29
RGB
CMYK
RGB Variations
Color information
#7FBC29 (or 0x7FBC29) is known color: Lima. HEX triplet: 7F, BC and 29. RGB value is (127,188,41). Sum of RGB (Red+Green+Blue) = 127+188+41=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC29 is #8043D6. Grayscale: #999999. Windows color (decimal): -8405975 or 2735231. OLE color: 2735231.
HSL color Cylindrical-coordinate representation of color #7FBC29: hue angle of 84.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FBC29 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 41 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.26 |
| HSL | 84.9º | 0.64% | 0.45% | - |
| HSV(B) | 84.9º | 0.78% | 0.74% | - |
| XYZ | 27.14 | 40.64 | 8.51 | - |
| YUV | 153 | 64.79 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 41 | 0.32 | 0 | 0.78 | 0.26 | 84.9 | 0.64 | 0.45 |
| Hex | 7F | BC | 29 | 20 | 0 | 4E | 1A | 55 | 40 | 2D |
| Octal | 177 | 274 | 51 | 40 | 0 | 116 | 32 | 125 | 100 | 55 |
| Binary | 1111111 | 10111100 | 101001 | 100000 | 0 | 1001110 | 11010 | 1010101 | 1000000 | 101101 |
Color Harmonies of #7FBC29
Complementary color
Monochromatic Colors of #7FBC29
Black with #7FBC29
Text Example
Text Example
White with #7FBC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC29; }
p { color: rgb(127,188,41); }
H1.HeaderClassName
{
color: #7FBC29;
}
.AnyTagClassName
{
color: #7FBC29;
}
</style>
background-color css
<style>
a { background-color: #7FBC29; }
a { background-color: rgb(127,188,41); }
div.DivClassName
{
background-color: #7FBC29;
}
.BgClassName
{
background-color: #7FBC29;
}
</style>
border-color css
<style>
span { border-color: #7FBC29; }
span { border-color: rgb(127,188,41); }
td.TdClassName
{
border-color: #7FBC29;
}
.TagClassName
{
border-color: #7FBC29;
}
</style>