Shades of Lima #7AC226
Tints of Lima #7AC226
RGB
CMYK
RGB Variations
Color information
#7AC226 (or 0x7AC226) is known color: Lima. HEX triplet: 7A, C2 and 26. RGB value is (122,194,38). Sum of RGB (Red+Green+Blue) = 122+194+38=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC226 is #853DD9. Grayscale: #9B9B9B. Windows color (decimal): -8732122 or 2540154. OLE color: 2540154.
HSL color Cylindrical-coordinate representation of color #7AC226: hue angle of 87.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AC226 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 38 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.24 |
| HSL | 87.69º | 0.67% | 0.45% | - |
| HSV(B) | 87.69º | 0.8% | 0.76% | - |
| XYZ | 27.67 | 42.86 | 8.65 | - |
| YUV | 154.69 | 62.15 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 38 | 0.37 | 0 | 0.80 | 0.24 | 87.69 | 0.67 | 0.45 |
| Hex | 7A | C2 | 26 | 25 | 0 | 50 | 18 | 58 | 43 | 2D |
| Octal | 172 | 302 | 46 | 45 | 0 | 120 | 30 | 130 | 103 | 55 |
| Binary | 1111010 | 11000010 | 100110 | 100101 | 0 | 1010000 | 11000 | 1011000 | 1000011 | 101101 |
Color Harmonies of #7AC226
Complementary color
Monochromatic Colors of #7AC226
Black with #7AC226
Text Example
Text Example
White with #7AC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC226; }
p { color: rgb(122,194,38); }
H1.HeaderClassName
{
color: #7AC226;
}
.AnyTagClassName
{
color: #7AC226;
}
</style>
background-color css
<style>
a { background-color: #7AC226; }
a { background-color: rgb(122,194,38); }
div.DivClassName
{
background-color: #7AC226;
}
.BgClassName
{
background-color: #7AC226;
}
</style>
border-color css
<style>
span { border-color: #7AC226; }
span { border-color: rgb(122,194,38); }
td.TdClassName
{
border-color: #7AC226;
}
.TagClassName
{
border-color: #7AC226;
}
</style>