Shades of Lima #7AC207
Tints of Lima #7AC207
RGB
CMYK
RGB Variations
Color information
#7AC207 (or 0x7AC207) is known color: Lima. HEX triplet: 7A, C2 and 07. RGB value is (122,194,7). Sum of RGB (Red+Green+Blue) = 122+194+7=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC207 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC207 is #853DF8. Grayscale: #979797. Windows color (decimal): -8732153 or 508538. OLE color: 508538.
HSL color Cylindrical-coordinate representation of color #7AC207: hue angle of 83.1º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AC207 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 7 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.24 |
| HSL | 83.1º | 0.93% | 0.39% | - |
| HSV(B) | 83.1º | 0.96% | 0.76% | - |
| XYZ | 27.36 | 42.74 | 7.01 | - |
| YUV | 151.15 | 46.65 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 7 | 0.37 | 0 | 0.96 | 0.24 | 83.1 | 0.93 | 0.39 |
| Hex | 7A | C2 | 7 | 25 | 0 | 60 | 18 | 53 | 5D | 27 |
| Octal | 172 | 302 | 7 | 45 | 0 | 140 | 30 | 123 | 135 | 47 |
| Binary | 1111010 | 11000010 | 111 | 100101 | 0 | 1100000 | 11000 | 1010011 | 1011101 | 100111 |
Color Harmonies of #7AC207
Complementary color
Monochromatic Colors of #7AC207
Black with #7AC207
Text Example
Text Example
White with #7AC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC207; }
p { color: rgb(122,194,7); }
H1.HeaderClassName
{
color: #7AC207;
}
.AnyTagClassName
{
color: #7AC207;
}
</style>
background-color css
<style>
a { background-color: #7AC207; }
a { background-color: rgb(122,194,7); }
div.DivClassName
{
background-color: #7AC207;
}
.BgClassName
{
background-color: #7AC207;
}
</style>
border-color css
<style>
span { border-color: #7AC207; }
span { border-color: rgb(122,194,7); }
td.TdClassName
{
border-color: #7AC207;
}
.TagClassName
{
border-color: #7AC207;
}
</style>