Shades of Lima #7DBC1B
Tints of Lima #7DBC1B
RGB
CMYK
RGB Variations
Color information
#7DBC1B (or 0x7DBC1B) is known color: Lima. HEX triplet: 7D, BC and 1B. RGB value is (125,188,27). Sum of RGB (Red+Green+Blue) = 125+188+27=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBC1B is #8243E4. Grayscale: #979797. Windows color (decimal): -8537061 or 1817725. OLE color: 1817725.
HSL color Cylindrical-coordinate representation of color #7DBC1B: hue angle of 83.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DBC1B is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 27 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.26 |
| HSL | 83.48º | 0.75% | 0.42% | - |
| HSV(B) | 83.48º | 0.86% | 0.74% | - |
| XYZ | 26.64 | 40.41 | 7.43 | - |
| YUV | 150.81 | 58.13 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 27 | 0.34 | 0 | 0.86 | 0.26 | 83.48 | 0.75 | 0.42 |
| Hex | 7D | BC | 1B | 22 | 0 | 56 | 1A | 53 | 4B | 2A |
| Octal | 175 | 274 | 33 | 42 | 0 | 126 | 32 | 123 | 113 | 52 |
| Binary | 1111101 | 10111100 | 11011 | 100010 | 0 | 1010110 | 11010 | 1010011 | 1001011 | 101010 |
Color Harmonies of #7DBC1B
Complementary color
Monochromatic Colors of #7DBC1B
Black with #7DBC1B
Text Example
Text Example
White with #7DBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC1B; }
p { color: rgb(125,188,27); }
H1.HeaderClassName
{
color: #7DBC1B;
}
.AnyTagClassName
{
color: #7DBC1B;
}
</style>
background-color css
<style>
a { background-color: #7DBC1B; }
a { background-color: rgb(125,188,27); }
div.DivClassName
{
background-color: #7DBC1B;
}
.BgClassName
{
background-color: #7DBC1B;
}
</style>
border-color css
<style>
span { border-color: #7DBC1B; }
span { border-color: rgb(125,188,27); }
td.TdClassName
{
border-color: #7DBC1B;
}
.TagClassName
{
border-color: #7DBC1B;
}
</style>