Shades of Lima #7DC011
Tints of Lima #7DC011
RGB
CMYK
RGB Variations
Color information
#7DC011 (or 0x7DC011) is known color: Lima. HEX triplet: 7D, C0 and 11. RGB value is (125,192,17). Sum of RGB (Red+Green+Blue) = 125+192+17=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC011 is #823FEE. Grayscale: #989898. Windows color (decimal): -8536047 or 1163389. OLE color: 1163389.
HSL color Cylindrical-coordinate representation of color #7DC011: hue angle of 82.97º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DC011 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 17 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.25 |
| HSL | 82.97º | 0.84% | 0.41% | - |
| HSV(B) | 82.97º | 0.91% | 0.75% | - |
| XYZ | 27.41 | 42.1 | 7.21 | - |
| YUV | 152.02 | 51.8 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 17 | 0.35 | 0 | 0.91 | 0.25 | 82.97 | 0.84 | 0.41 |
| Hex | 7D | C0 | 11 | 23 | 0 | 5B | 19 | 53 | 54 | 29 |
| Octal | 175 | 300 | 21 | 43 | 0 | 133 | 31 | 123 | 124 | 51 |
| Binary | 1111101 | 11000000 | 10001 | 100011 | 0 | 1011011 | 11001 | 1010011 | 1010100 | 101001 |
Color Harmonies of #7DC011
Complementary color
Monochromatic Colors of #7DC011
Black with #7DC011
Text Example
Text Example
White with #7DC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC011; }
p { color: rgb(125,192,17); }
H1.HeaderClassName
{
color: #7DC011;
}
.AnyTagClassName
{
color: #7DC011;
}
</style>
background-color css
<style>
a { background-color: #7DC011; }
a { background-color: rgb(125,192,17); }
div.DivClassName
{
background-color: #7DC011;
}
.BgClassName
{
background-color: #7DC011;
}
</style>
border-color css
<style>
span { border-color: #7DC011; }
span { border-color: rgb(125,192,17); }
td.TdClassName
{
border-color: #7DC011;
}
.TagClassName
{
border-color: #7DC011;
}
</style>