Shades of Lima #7DC007
Tints of Lima #7DC007
RGB
CMYK
RGB Variations
Color information
#7DC007 (or 0x7DC007) is known color: Lima. HEX triplet: 7D, C0 and 07. RGB value is (125,192,7). Sum of RGB (Red+Green+Blue) = 125+192+7=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC007 is #823FF8. Grayscale: #979797. Windows color (decimal): -8536057 or 508029. OLE color: 508029.
HSL color Cylindrical-coordinate representation of color #7DC007: hue angle of 81.73º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DC007 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 7 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.25 |
| HSL | 81.73º | 0.93% | 0.39% | - |
| HSV(B) | 81.73º | 0.96% | 0.75% | - |
| XYZ | 27.35 | 42.07 | 6.88 | - |
| YUV | 150.88 | 46.8 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 7 | 0.35 | 0 | 0.96 | 0.25 | 81.73 | 0.93 | 0.39 |
| Hex | 7D | C0 | 7 | 23 | 0 | 60 | 19 | 52 | 5D | 27 |
| Octal | 175 | 300 | 7 | 43 | 0 | 140 | 31 | 122 | 135 | 47 |
| Binary | 1111101 | 11000000 | 111 | 100011 | 0 | 1100000 | 11001 | 1010010 | 1011101 | 100111 |
Color Harmonies of #7DC007
Complementary color
Monochromatic Colors of #7DC007
Black with #7DC007
Text Example
Text Example
White with #7DC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC007; }
p { color: rgb(125,192,7); }
H1.HeaderClassName
{
color: #7DC007;
}
.AnyTagClassName
{
color: #7DC007;
}
</style>
background-color css
<style>
a { background-color: #7DC007; }
a { background-color: rgb(125,192,7); }
div.DivClassName
{
background-color: #7DC007;
}
.BgClassName
{
background-color: #7DC007;
}
</style>
border-color css
<style>
span { border-color: #7DC007; }
span { border-color: rgb(125,192,7); }
td.TdClassName
{
border-color: #7DC007;
}
.TagClassName
{
border-color: #7DC007;
}
</style>