Shades of Lima #7AC31D
Tints of Lima #7AC31D
RGB
CMYK
RGB Variations
Color information
#7AC31D (or 0x7AC31D) is known color: Lima. HEX triplet: 7A, C3 and 1D. RGB value is (122,195,29). Sum of RGB (Red+Green+Blue) = 122+195+29=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC31D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC31D is #853CE2. Grayscale: #9A9A9A. Windows color (decimal): -8731875 or 1950586. OLE color: 1950586.
HSL color Cylindrical-coordinate representation of color #7AC31D: hue angle of 86.39º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AC31D is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 29 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.24 |
| HSL | 86.39º | 0.74% | 0.44% | - |
| HSV(B) | 86.39º | 0.85% | 0.76% | - |
| XYZ | 27.76 | 43.26 | 8.05 | - |
| YUV | 154.25 | 57.32 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 29 | 0.37 | 0 | 0.85 | 0.24 | 86.39 | 0.74 | 0.44 |
| Hex | 7A | C3 | 1D | 25 | 0 | 55 | 18 | 56 | 4A | 2C |
| Octal | 172 | 303 | 35 | 45 | 0 | 125 | 30 | 126 | 112 | 54 |
| Binary | 1111010 | 11000011 | 11101 | 100101 | 0 | 1010101 | 11000 | 1010110 | 1001010 | 101100 |
Color Harmonies of #7AC31D
Complementary color
Monochromatic Colors of #7AC31D
Black with #7AC31D
Text Example
Text Example
White with #7AC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC31D; }
p { color: rgb(122,195,29); }
H1.HeaderClassName
{
color: #7AC31D;
}
.AnyTagClassName
{
color: #7AC31D;
}
</style>
background-color css
<style>
a { background-color: #7AC31D; }
a { background-color: rgb(122,195,29); }
div.DivClassName
{
background-color: #7AC31D;
}
.BgClassName
{
background-color: #7AC31D;
}
</style>
border-color css
<style>
span { border-color: #7AC31D; }
span { border-color: rgb(122,195,29); }
td.TdClassName
{
border-color: #7AC31D;
}
.TagClassName
{
border-color: #7AC31D;
}
</style>