Shades of Lima #7DBC19
Tints of Lima #7DBC19
RGB
CMYK
RGB Variations
Color information
#7DBC19 (or 0x7DBC19) is known color: Lima. HEX triplet: 7D, BC and 19. RGB value is (125,188,25). Sum of RGB (Red+Green+Blue) = 125+188+25=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DBC19 is #8243E6. Grayscale: #979797. Windows color (decimal): -8537063 or 1686653. OLE color: 1686653.
HSL color Cylindrical-coordinate representation of color #7DBC19: hue angle of 83.19º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DBC19 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 25 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.26 |
| HSL | 83.19º | 0.77% | 0.42% | - |
| HSV(B) | 83.19º | 0.87% | 0.74% | - |
| XYZ | 26.62 | 40.4 | 7.31 | - |
| YUV | 150.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 25 | 0.34 | 0 | 0.87 | 0.26 | 83.19 | 0.77 | 0.42 |
| Hex | 7D | BC | 19 | 22 | 0 | 57 | 1A | 53 | 4D | 2A |
| Octal | 175 | 274 | 31 | 42 | 0 | 127 | 32 | 123 | 115 | 52 |
| Binary | 1111101 | 10111100 | 11001 | 100010 | 0 | 1010111 | 11010 | 1010011 | 1001101 | 101010 |
Color Harmonies of #7DBC19
Complementary color
Monochromatic Colors of #7DBC19
Black with #7DBC19
Text Example
Text Example
White with #7DBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC19; }
p { color: rgb(125,188,25); }
H1.HeaderClassName
{
color: #7DBC19;
}
.AnyTagClassName
{
color: #7DBC19;
}
</style>
background-color css
<style>
a { background-color: #7DBC19; }
a { background-color: rgb(125,188,25); }
div.DivClassName
{
background-color: #7DBC19;
}
.BgClassName
{
background-color: #7DBC19;
}
</style>
border-color css
<style>
span { border-color: #7DBC19; }
span { border-color: rgb(125,188,25); }
td.TdClassName
{
border-color: #7DBC19;
}
.TagClassName
{
border-color: #7DBC19;
}
</style>