Shades of Lima #7ACD1B
Tints of Lima #7ACD1B
RGB
CMYK
RGB Variations
Color information
#7ACD1B (or 0x7ACD1B) is known color: Lima. HEX triplet: 7A, CD and 1B. RGB value is (122,205,27). Sum of RGB (Red+Green+Blue) = 122+205+27=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 27 (10.94% from 255 or 7.63% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD1B is #8532E4. Grayscale: #A0A0A0. Windows color (decimal): -8729317 or 1822074. OLE color: 1822074.
HSL color Cylindrical-coordinate representation of color #7ACD1B: hue angle of 87.98º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7ACD1B is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 27 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.20 |
| HSL | 87.98º | 0.77% | 0.45% | - |
| HSV(B) | 87.98º | 0.87% | 0.8% | - |
| XYZ | 30.06 | 47.88 | 8.69 | - |
| YUV | 159.89 | 53 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 27 | 0.40 | 0 | 0.87 | 0.20 | 87.98 | 0.77 | 0.45 |
| Hex | 7A | CD | 1B | 28 | 0 | 57 | 14 | 58 | 4D | 2D |
| Octal | 172 | 315 | 33 | 50 | 0 | 127 | 24 | 130 | 115 | 55 |
| Binary | 1111010 | 11001101 | 11011 | 101000 | 0 | 1010111 | 10100 | 1011000 | 1001101 | 101101 |
Color Harmonies of #7ACD1B
Complementary color
Monochromatic Colors of #7ACD1B
Black with #7ACD1B
Text Example
Text Example
White with #7ACD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD1B; }
p { color: rgb(122,205,27); }
H1.HeaderClassName
{
color: #7ACD1B;
}
.AnyTagClassName
{
color: #7ACD1B;
}
</style>
background-color css
<style>
a { background-color: #7ACD1B; }
a { background-color: rgb(122,205,27); }
div.DivClassName
{
background-color: #7ACD1B;
}
.BgClassName
{
background-color: #7ACD1B;
}
</style>
border-color css
<style>
span { border-color: #7ACD1B; }
span { border-color: rgb(122,205,27); }
td.TdClassName
{
border-color: #7ACD1B;
}
.TagClassName
{
border-color: #7ACD1B;
}
</style>