Shades of Lima #7DBF1F
Tints of Lima #7DBF1F
RGB
CMYK
RGB Variations
Color information
#7DBF1F (or 0x7DBF1F) is known color: Lima. HEX triplet: 7D, BF and 1F. RGB value is (125,191,31). Sum of RGB (Red+Green+Blue) = 125+191+31=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF1F is #8240E0. Grayscale: #999999. Windows color (decimal): -8536289 or 2080637. OLE color: 2080637.
HSL color Cylindrical-coordinate representation of color #7DBF1F: hue angle of 84.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DBF1F is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 31 | - |
| CMYK | 0.35 | 0 | 0.84 | 0.25 |
| HSL | 84.75º | 0.72% | 0.44% | - |
| HSV(B) | 84.75º | 0.84% | 0.75% | - |
| XYZ | 27.34 | 41.72 | 7.91 | - |
| YUV | 153.03 | 59.13 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 31 | 0.35 | 0 | 0.84 | 0.25 | 84.75 | 0.72 | 0.44 |
| Hex | 7D | BF | 1F | 23 | 0 | 54 | 19 | 55 | 48 | 2C |
| Octal | 175 | 277 | 37 | 43 | 0 | 124 | 31 | 125 | 110 | 54 |
| Binary | 1111101 | 10111111 | 11111 | 100011 | 0 | 1010100 | 11001 | 1010101 | 1001000 | 101100 |
Color Harmonies of #7DBF1F
Complementary color
Monochromatic Colors of #7DBF1F
Black with #7DBF1F
Text Example
Text Example
White with #7DBF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF1F; }
p { color: rgb(125,191,31); }
H1.HeaderClassName
{
color: #7DBF1F;
}
.AnyTagClassName
{
color: #7DBF1F;
}
</style>
background-color css
<style>
a { background-color: #7DBF1F; }
a { background-color: rgb(125,191,31); }
div.DivClassName
{
background-color: #7DBF1F;
}
.BgClassName
{
background-color: #7DBF1F;
}
</style>
border-color css
<style>
span { border-color: #7DBF1F; }
span { border-color: rgb(125,191,31); }
td.TdClassName
{
border-color: #7DBF1F;
}
.TagClassName
{
border-color: #7DBF1F;
}
</style>