Shades of Lima #7DC614
Tints of Lima #7DC614
RGB
CMYK
RGB Variations
Color information
#7DC614 (or 0x7DC614) is known color: Lima. HEX triplet: 7D, C6 and 14. RGB value is (125,198,20). Sum of RGB (Red+Green+Blue) = 125+198+20=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC614 is #8239EB. Grayscale: #9C9C9C. Windows color (decimal): -8534508 or 1361533. OLE color: 1361533.
HSL color Cylindrical-coordinate representation of color #7DC614: hue angle of 84.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DC614 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 20 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.22 |
| HSL | 84.61º | 0.82% | 0.43% | - |
| HSV(B) | 84.61º | 0.9% | 0.78% | - |
| XYZ | 28.78 | 44.8 | 7.79 | - |
| YUV | 155.88 | 51.32 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 20 | 0.37 | 0 | 0.90 | 0.22 | 84.61 | 0.82 | 0.43 |
| Hex | 7D | C6 | 14 | 25 | 0 | 5A | 16 | 55 | 52 | 2B |
| Octal | 175 | 306 | 24 | 45 | 0 | 132 | 26 | 125 | 122 | 53 |
| Binary | 1111101 | 11000110 | 10100 | 100101 | 0 | 1011010 | 10110 | 1010101 | 1010010 | 101011 |
Color Harmonies of #7DC614
Complementary color
Monochromatic Colors of #7DC614
Black with #7DC614
Text Example
Text Example
White with #7DC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC614; }
p { color: rgb(125,198,20); }
H1.HeaderClassName
{
color: #7DC614;
}
.AnyTagClassName
{
color: #7DC614;
}
</style>
background-color css
<style>
a { background-color: #7DC614; }
a { background-color: rgb(125,198,20); }
div.DivClassName
{
background-color: #7DC614;
}
.BgClassName
{
background-color: #7DC614;
}
</style>
border-color css
<style>
span { border-color: #7DC614; }
span { border-color: rgb(125,198,20); }
td.TdClassName
{
border-color: #7DC614;
}
.TagClassName
{
border-color: #7DC614;
}
</style>