Shades of Lima #7DC12C
Tints of Lima #7DC12C
RGB
CMYK
RGB Variations
Color information
#7DC12C (or 0x7DC12C) is known color: Lima. HEX triplet: 7D, C1 and 2C. RGB value is (125,193,44). Sum of RGB (Red+Green+Blue) = 125+193+44=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 193 (75.78% from 255 or 53.31% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC12C is #823ED3. Grayscale: #9C9C9C. Windows color (decimal): -8535764 or 2933117. OLE color: 2933117.
HSL color Cylindrical-coordinate representation of color #7DC12C: hue angle of 87.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DC12C is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 44 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.24 |
| HSL | 87.38º | 0.63% | 0.46% | - |
| HSV(B) | 87.38º | 0.77% | 0.76% | - |
| XYZ | 27.98 | 42.68 | 9.15 | - |
| YUV | 155.68 | 64.97 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 44 | 0.35 | 0 | 0.77 | 0.24 | 87.38 | 0.63 | 0.46 |
| Hex | 7D | C1 | 2C | 23 | 0 | 4D | 18 | 57 | 3F | 2E |
| Octal | 175 | 301 | 54 | 43 | 0 | 115 | 30 | 127 | 77 | 56 |
| Binary | 1111101 | 11000001 | 101100 | 100011 | 0 | 1001101 | 11000 | 1010111 | 111111 | 101110 |
Color Harmonies of #7DC12C
Complementary color
Monochromatic Colors of #7DC12C
Black with #7DC12C
Text Example
Text Example
White with #7DC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC12C; }
p { color: rgb(125,193,44); }
H1.HeaderClassName
{
color: #7DC12C;
}
.AnyTagClassName
{
color: #7DC12C;
}
</style>
background-color css
<style>
a { background-color: #7DC12C; }
a { background-color: rgb(125,193,44); }
div.DivClassName
{
background-color: #7DC12C;
}
.BgClassName
{
background-color: #7DC12C;
}
</style>
border-color css
<style>
span { border-color: #7DC12C; }
span { border-color: rgb(125,193,44); }
td.TdClassName
{
border-color: #7DC12C;
}
.TagClassName
{
border-color: #7DC12C;
}
</style>