Shades of Lima #7DC01A
Tints of Lima #7DC01A
RGB
CMYK
RGB Variations
Color information
#7DC01A (or 0x7DC01A) is known color: Lima. HEX triplet: 7D, C0 and 1A. RGB value is (125,192,26). Sum of RGB (Red+Green+Blue) = 125+192+26=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC01A is #823FE5. Grayscale: #999999. Windows color (decimal): -8536038 or 1753213. OLE color: 1753213.
HSL color Cylindrical-coordinate representation of color #7DC01A: hue angle of 84.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DC01A is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 26 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.25 |
| HSL | 84.22º | 0.76% | 0.43% | - |
| HSV(B) | 84.22º | 0.86% | 0.75% | - |
| XYZ | 27.49 | 42.13 | 7.66 | - |
| YUV | 153.04 | 56.3 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 26 | 0.35 | 0 | 0.86 | 0.25 | 84.22 | 0.76 | 0.43 |
| Hex | 7D | C0 | 1A | 23 | 0 | 56 | 19 | 54 | 4C | 2B |
| Octal | 175 | 300 | 32 | 43 | 0 | 126 | 31 | 124 | 114 | 53 |
| Binary | 1111101 | 11000000 | 11010 | 100011 | 0 | 1010110 | 11001 | 1010100 | 1001100 | 101011 |
Color Harmonies of #7DC01A
Complementary color
Monochromatic Colors of #7DC01A
Black with #7DC01A
Text Example
Text Example
White with #7DC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC01A; }
p { color: rgb(125,192,26); }
H1.HeaderClassName
{
color: #7DC01A;
}
.AnyTagClassName
{
color: #7DC01A;
}
</style>
background-color css
<style>
a { background-color: #7DC01A; }
a { background-color: rgb(125,192,26); }
div.DivClassName
{
background-color: #7DC01A;
}
.BgClassName
{
background-color: #7DC01A;
}
</style>
border-color css
<style>
span { border-color: #7DC01A; }
span { border-color: rgb(125,192,26); }
td.TdClassName
{
border-color: #7DC01A;
}
.TagClassName
{
border-color: #7DC01A;
}
</style>