Shades of Lima #7DC60D
Tints of Lima #7DC60D
RGB
CMYK
RGB Variations
Color information
#7DC60D (or 0x7DC60D) is known color: Lima. HEX triplet: 7D, C6 and 0D. RGB value is (125,198,13). Sum of RGB (Red+Green+Blue) = 125+198+13=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC60D is #8239F2. Grayscale: #9B9B9B. Windows color (decimal): -8534515 or 902781. OLE color: 902781.
HSL color Cylindrical-coordinate representation of color #7DC60D: hue angle of 83.68º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DC60D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 13 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.22 |
| HSL | 83.68º | 0.88% | 0.41% | - |
| HSV(B) | 83.68º | 0.93% | 0.78% | - |
| XYZ | 28.72 | 44.78 | 7.51 | - |
| YUV | 155.08 | 47.82 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 13 | 0.37 | 0 | 0.93 | 0.22 | 83.68 | 0.88 | 0.41 |
| Hex | 7D | C6 | D | 25 | 0 | 5D | 16 | 54 | 58 | 29 |
| Octal | 175 | 306 | 15 | 45 | 0 | 135 | 26 | 124 | 130 | 51 |
| Binary | 1111101 | 11000110 | 1101 | 100101 | 0 | 1011101 | 10110 | 1010100 | 1011000 | 101001 |
Color Harmonies of #7DC60D
Complementary color
Monochromatic Colors of #7DC60D
Black with #7DC60D
Text Example
Text Example
White with #7DC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC60D; }
p { color: rgb(125,198,13); }
H1.HeaderClassName
{
color: #7DC60D;
}
.AnyTagClassName
{
color: #7DC60D;
}
</style>
background-color css
<style>
a { background-color: #7DC60D; }
a { background-color: rgb(125,198,13); }
div.DivClassName
{
background-color: #7DC60D;
}
.BgClassName
{
background-color: #7DC60D;
}
</style>
border-color css
<style>
span { border-color: #7DC60D; }
span { border-color: rgb(125,198,13); }
td.TdClassName
{
border-color: #7DC60D;
}
.TagClassName
{
border-color: #7DC60D;
}
</style>