Shades of Lima #7DC12D
Tints of Lima #7DC12D
RGB
CMYK
RGB Variations
Color information
#7DC12D (or 0x7DC12D) is known color: Lima. HEX triplet: 7D, C1 and 2D. RGB value is (125,193,45). Sum of RGB (Red+Green+Blue) = 125+193+45=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC12D is #823ED2. Grayscale: #9C9C9C. Windows color (decimal): -8535763 or 2998653. OLE color: 2998653.
HSL color Cylindrical-coordinate representation of color #7DC12D: hue angle of 87.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DC12D is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 45 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.24 |
| HSL | 87.57º | 0.62% | 0.47% | - |
| HSV(B) | 87.57º | 0.77% | 0.76% | - |
| XYZ | 28 | 42.69 | 9.25 | - |
| YUV | 155.8 | 65.47 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 45 | 0.35 | 0 | 0.77 | 0.24 | 87.57 | 0.62 | 0.47 |
| Hex | 7D | C1 | 2D | 23 | 0 | 4D | 18 | 58 | 3E | 2F |
| Octal | 175 | 301 | 55 | 43 | 0 | 115 | 30 | 130 | 76 | 57 |
| Binary | 1111101 | 11000001 | 101101 | 100011 | 0 | 1001101 | 11000 | 1011000 | 111110 | 101111 |
Color Harmonies of #7DC12D
Complementary color
Monochromatic Colors of #7DC12D
Black with #7DC12D
Text Example
Text Example
White with #7DC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC12D; }
p { color: rgb(125,193,45); }
H1.HeaderClassName
{
color: #7DC12D;
}
.AnyTagClassName
{
color: #7DC12D;
}
</style>
background-color css
<style>
a { background-color: #7DC12D; }
a { background-color: rgb(125,193,45); }
div.DivClassName
{
background-color: #7DC12D;
}
.BgClassName
{
background-color: #7DC12D;
}
</style>
border-color css
<style>
span { border-color: #7DC12D; }
span { border-color: rgb(125,193,45); }
td.TdClassName
{
border-color: #7DC12D;
}
.TagClassName
{
border-color: #7DC12D;
}
</style>