Shades of Lima #7DBF1D
Tints of Lima #7DBF1D
RGB
CMYK
RGB Variations
Color information
#7DBF1D (or 0x7DBF1D) is known color: Lima. HEX triplet: 7D, BF and 1D. RGB value is (125,191,29). Sum of RGB (Red+Green+Blue) = 125+191+29=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF1D is #8240E2. Grayscale: #999999. Windows color (decimal): -8536291 or 1949565. OLE color: 1949565.
HSL color Cylindrical-coordinate representation of color #7DBF1D: hue angle of 84.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DBF1D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 29 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.25 |
| HSL | 84.44º | 0.74% | 0.43% | - |
| HSV(B) | 84.44º | 0.85% | 0.75% | - |
| XYZ | 27.31 | 41.71 | 7.77 | - |
| YUV | 152.8 | 58.13 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 29 | 0.35 | 0 | 0.85 | 0.25 | 84.44 | 0.74 | 0.43 |
| Hex | 7D | BF | 1D | 23 | 0 | 55 | 19 | 54 | 4A | 2B |
| Octal | 175 | 277 | 35 | 43 | 0 | 125 | 31 | 124 | 112 | 53 |
| Binary | 1111101 | 10111111 | 11101 | 100011 | 0 | 1010101 | 11001 | 1010100 | 1001010 | 101011 |
Color Harmonies of #7DBF1D
Complementary color
Monochromatic Colors of #7DBF1D
Black with #7DBF1D
Text Example
Text Example
White with #7DBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF1D; }
p { color: rgb(125,191,29); }
H1.HeaderClassName
{
color: #7DBF1D;
}
.AnyTagClassName
{
color: #7DBF1D;
}
</style>
background-color css
<style>
a { background-color: #7DBF1D; }
a { background-color: rgb(125,191,29); }
div.DivClassName
{
background-color: #7DBF1D;
}
.BgClassName
{
background-color: #7DBF1D;
}
</style>
border-color css
<style>
span { border-color: #7DBF1D; }
span { border-color: rgb(125,191,29); }
td.TdClassName
{
border-color: #7DBF1D;
}
.TagClassName
{
border-color: #7DBF1D;
}
</style>