Shades of Lima #7DC02C
Tints of Lima #7DC02C
RGB
CMYK
RGB Variations
Color information
#7DC02C (or 0x7DC02C) is known color: Lima. HEX triplet: 7D, C0 and 2C. RGB value is (125,192,44). Sum of RGB (Red+Green+Blue) = 125+192+44=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC02C is #823FD3. Grayscale: #9B9B9B. Windows color (decimal): -8536020 or 2932861. OLE color: 2932861.
HSL color Cylindrical-coordinate representation of color #7DC02C: hue angle of 87.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DC02C is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 44 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.25 |
| HSL | 87.16º | 0.63% | 0.46% | - |
| HSV(B) | 87.16º | 0.77% | 0.75% | - |
| XYZ | 27.76 | 42.24 | 9.07 | - |
| YUV | 155.1 | 65.3 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 44 | 0.35 | 0 | 0.77 | 0.25 | 87.16 | 0.63 | 0.46 |
| Hex | 7D | C0 | 2C | 23 | 0 | 4D | 19 | 57 | 3F | 2E |
| Octal | 175 | 300 | 54 | 43 | 0 | 115 | 31 | 127 | 77 | 56 |
| Binary | 1111101 | 11000000 | 101100 | 100011 | 0 | 1001101 | 11001 | 1010111 | 111111 | 101110 |
Color Harmonies of #7DC02C
Complementary color
Monochromatic Colors of #7DC02C
Black with #7DC02C
Text Example
Text Example
White with #7DC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC02C; }
p { color: rgb(125,192,44); }
H1.HeaderClassName
{
color: #7DC02C;
}
.AnyTagClassName
{
color: #7DC02C;
}
</style>
background-color css
<style>
a { background-color: #7DC02C; }
a { background-color: rgb(125,192,44); }
div.DivClassName
{
background-color: #7DC02C;
}
.BgClassName
{
background-color: #7DC02C;
}
</style>
border-color css
<style>
span { border-color: #7DC02C; }
span { border-color: rgb(125,192,44); }
td.TdClassName
{
border-color: #7DC02C;
}
.TagClassName
{
border-color: #7DC02C;
}
</style>