Shades of Lima #7ACD1D
Tints of Lima #7ACD1D
RGB
CMYK
RGB Variations
Color information
#7ACD1D (or 0x7ACD1D) is known color: Lima. HEX triplet: 7A, CD and 1D. RGB value is (122,205,29). Sum of RGB (Red+Green+Blue) = 122+205+29=356 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.27% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD1D is #8532E2. Grayscale: #A0A0A0. Windows color (decimal): -8729315 or 1953146. OLE color: 1953146.
HSL color Cylindrical-coordinate representation of color #7ACD1D: hue angle of 88.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ACD1D is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 29 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.20 |
| HSL | 88.3º | 0.75% | 0.46% | - |
| HSV(B) | 88.3º | 0.86% | 0.8% | - |
| XYZ | 30.08 | 47.89 | 8.82 | - |
| YUV | 160.12 | 54 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 29 | 0.40 | 0 | 0.86 | 0.20 | 88.3 | 0.75 | 0.46 |
| Hex | 7A | CD | 1D | 28 | 0 | 56 | 14 | 58 | 4B | 2E |
| Octal | 172 | 315 | 35 | 50 | 0 | 126 | 24 | 130 | 113 | 56 |
| Binary | 1111010 | 11001101 | 11101 | 101000 | 0 | 1010110 | 10100 | 1011000 | 1001011 | 101110 |
Color Harmonies of #7ACD1D
Complementary color
Monochromatic Colors of #7ACD1D
Black with #7ACD1D
Text Example
Text Example
White with #7ACD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD1D; }
p { color: rgb(122,205,29); }
H1.HeaderClassName
{
color: #7ACD1D;
}
.AnyTagClassName
{
color: #7ACD1D;
}
</style>
background-color css
<style>
a { background-color: #7ACD1D; }
a { background-color: rgb(122,205,29); }
div.DivClassName
{
background-color: #7ACD1D;
}
.BgClassName
{
background-color: #7ACD1D;
}
</style>
border-color css
<style>
span { border-color: #7ACD1D; }
span { border-color: rgb(122,205,29); }
td.TdClassName
{
border-color: #7ACD1D;
}
.TagClassName
{
border-color: #7ACD1D;
}
</style>