Shades of Lima #7AC900
Tints of Lima #7AC900
RGB
CMYK
RGB Variations
Color information
#7AC900 (or 0x7AC900) is known color: Lima. HEX triplet: 7A, C9 and 00. RGB value is (122,201,0). Sum of RGB (Red+Green+Blue) = 122+201+0=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 201 (78.91% from 255 or 62.23% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC900 is #8536FF. Grayscale: #9B9B9B. Windows color (decimal): -8730368 or 51578. OLE color: 51578.
HSL color Cylindrical-coordinate representation of color #7AC900: hue angle of 83.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AC900 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.21 |
| HSL | 83.58º | 1% | 0.39% | - |
| HSV(B) | 83.58º | 1% | 0.79% | - |
| XYZ | 28.91 | 45.91 | 7.34 | - |
| YUV | 154.47 | 40.83 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 0 | 0.39 | 0 | 1 | 0.21 | 83.58 | 1 | 0.39 |
| Hex | 7A | C9 | 0 | 27 | 0 | 64 | 15 | 54 | 64 | 27 |
| Octal | 172 | 311 | 0 | 47 | 0 | 144 | 25 | 124 | 144 | 47 |
| Binary | 1111010 | 11001001 | 0 | 100111 | 0 | 1100100 | 10101 | 1010100 | 1100100 | 100111 |
Color Harmonies of #7AC900
Complementary color
Monochromatic Colors of #7AC900
Black with #7AC900
Text Example
Text Example
White with #7AC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC900; }
p { color: rgb(122,201,0); }
H1.HeaderClassName
{
color: #7AC900;
}
.AnyTagClassName
{
color: #7AC900;
}
</style>
background-color css
<style>
a { background-color: #7AC900; }
a { background-color: rgb(122,201,0); }
div.DivClassName
{
background-color: #7AC900;
}
.BgClassName
{
background-color: #7AC900;
}
</style>
border-color css
<style>
span { border-color: #7AC900; }
span { border-color: rgb(122,201,0); }
td.TdClassName
{
border-color: #7AC900;
}
.TagClassName
{
border-color: #7AC900;
}
</style>