Shades of Lima #7DBE29
Tints of Lima #7DBE29
RGB
CMYK
RGB Variations
Color information
#7DBE29 (or 0x7DBE29) is known color: Lima. HEX triplet: 7D, BE and 29. RGB value is (125,190,41). Sum of RGB (Red+Green+Blue) = 125+190+41=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBE29 is #8241D6. Grayscale: #9A9A9A. Windows color (decimal): -8536535 or 2735741. OLE color: 2735741.
HSL color Cylindrical-coordinate representation of color #7DBE29: hue angle of 86.17º 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 #7DBE29 is Cyan = 0.34, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 41 | - |
| CMYK | 0.34 | 0 | 0.78 | 0.25 |
| HSL | 86.17º | 0.65% | 0.45% | - |
| HSV(B) | 86.17º | 0.78% | 0.75% | - |
| XYZ | 27.27 | 41.35 | 8.64 | - |
| YUV | 153.58 | 64.47 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 41 | 0.34 | 0 | 0.78 | 0.25 | 86.17 | 0.65 | 0.45 |
| Hex | 7D | BE | 29 | 22 | 0 | 4E | 19 | 56 | 41 | 2D |
| Octal | 175 | 276 | 51 | 42 | 0 | 116 | 31 | 126 | 101 | 55 |
| Binary | 1111101 | 10111110 | 101001 | 100010 | 0 | 1001110 | 11001 | 1010110 | 1000001 | 101101 |
Color Harmonies of #7DBE29
Complementary color
Monochromatic Colors of #7DBE29
Black with #7DBE29
Text Example
Text Example
White with #7DBE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE29; }
p { color: rgb(125,190,41); }
H1.HeaderClassName
{
color: #7DBE29;
}
.AnyTagClassName
{
color: #7DBE29;
}
</style>
background-color css
<style>
a { background-color: #7DBE29; }
a { background-color: rgb(125,190,41); }
div.DivClassName
{
background-color: #7DBE29;
}
.BgClassName
{
background-color: #7DBE29;
}
</style>
border-color css
<style>
span { border-color: #7DBE29; }
span { border-color: rgb(125,190,41); }
td.TdClassName
{
border-color: #7DBE29;
}
.TagClassName
{
border-color: #7DBE29;
}
</style>