Shades of Lima #7DCD12
Tints of Lima #7DCD12
RGB
CMYK
RGB Variations
Color information
#7DCD12 (or 0x7DCD12) is known color: Lima. HEX triplet: 7D, CD and 12. RGB value is (125,205,18). Sum of RGB (Red+Green+Blue) = 125+205+18=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCD12 is #8232ED. Grayscale: #A0A0A0. Windows color (decimal): -8532718 or 1232253. OLE color: 1232253.
HSL color Cylindrical-coordinate representation of color #7DCD12: hue angle of 85.67º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7DCD12 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 18 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.20 |
| HSL | 85.67º | 0.84% | 0.44% | - |
| HSV(B) | 85.67º | 0.91% | 0.8% | - |
| XYZ | 30.4 | 48.07 | 8.25 | - |
| YUV | 159.76 | 48 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 18 | 0.39 | 0 | 0.91 | 0.20 | 85.67 | 0.84 | 0.44 |
| Hex | 7D | CD | 12 | 27 | 0 | 5B | 14 | 56 | 54 | 2C |
| Octal | 175 | 315 | 22 | 47 | 0 | 133 | 24 | 126 | 124 | 54 |
| Binary | 1111101 | 11001101 | 10010 | 100111 | 0 | 1011011 | 10100 | 1010110 | 1010100 | 101100 |
Color Harmonies of #7DCD12
Complementary color
Monochromatic Colors of #7DCD12
Black with #7DCD12
Text Example
Text Example
White with #7DCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD12; }
p { color: rgb(125,205,18); }
H1.HeaderClassName
{
color: #7DCD12;
}
.AnyTagClassName
{
color: #7DCD12;
}
</style>
background-color css
<style>
a { background-color: #7DCD12; }
a { background-color: rgb(125,205,18); }
div.DivClassName
{
background-color: #7DCD12;
}
.BgClassName
{
background-color: #7DCD12;
}
</style>
border-color css
<style>
span { border-color: #7DCD12; }
span { border-color: rgb(125,205,18); }
td.TdClassName
{
border-color: #7DCD12;
}
.TagClassName
{
border-color: #7DCD12;
}
</style>