Shades of Lima #7DC01D
Tints of Lima #7DC01D
RGB
CMYK
RGB Variations
Color information
#7DC01D (or 0x7DC01D) is known color: Lima. HEX triplet: 7D, C0 and 1D. RGB value is (125,192,29). Sum of RGB (Red+Green+Blue) = 125+192+29=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC01D is #823FE2. Grayscale: #999999. Windows color (decimal): -8536035 or 1949821. OLE color: 1949821.
HSL color Cylindrical-coordinate representation of color #7DC01D: hue angle of 84.66º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7DC01D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 29 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.25 |
| HSL | 84.66º | 0.74% | 0.43% | - |
| HSV(B) | 84.66º | 0.85% | 0.75% | - |
| XYZ | 27.53 | 42.15 | 7.85 | - |
| YUV | 153.39 | 57.8 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 29 | 0.35 | 0 | 0.85 | 0.25 | 84.66 | 0.74 | 0.43 |
| Hex | 7D | C0 | 1D | 23 | 0 | 55 | 19 | 55 | 4A | 2B |
| Octal | 175 | 300 | 35 | 43 | 0 | 125 | 31 | 125 | 112 | 53 |
| Binary | 1111101 | 11000000 | 11101 | 100011 | 0 | 1010101 | 11001 | 1010101 | 1001010 | 101011 |
Color Harmonies of #7DC01D
Complementary color
Monochromatic Colors of #7DC01D
Black with #7DC01D
Text Example
Text Example
White with #7DC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC01D; }
p { color: rgb(125,192,29); }
H1.HeaderClassName
{
color: #7DC01D;
}
.AnyTagClassName
{
color: #7DC01D;
}
</style>
background-color css
<style>
a { background-color: #7DC01D; }
a { background-color: rgb(125,192,29); }
div.DivClassName
{
background-color: #7DC01D;
}
.BgClassName
{
background-color: #7DC01D;
}
</style>
border-color css
<style>
span { border-color: #7DC01D; }
span { border-color: rgb(125,192,29); }
td.TdClassName
{
border-color: #7DC01D;
}
.TagClassName
{
border-color: #7DC01D;
}
</style>