Shades of Lima #7AC902
Tints of Lima #7AC902
RGB
CMYK
RGB Variations
Color information
#7AC902 (or 0x7AC902) is known color: Lima. HEX triplet: 7A, C9 and 02. RGB value is (122,201,2). Sum of RGB (Red+Green+Blue) = 122+201+2=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC902 is #8536FD. Grayscale: #9B9B9B. Windows color (decimal): -8730366 or 182650. OLE color: 182650.
HSL color Cylindrical-coordinate representation of color #7AC902: hue angle of 83.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AC902 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 201 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.21 |
| HSL | 83.82º | 0.98% | 0.4% | - |
| HSV(B) | 83.82º | 0.99% | 0.79% | - |
| XYZ | 28.92 | 45.92 | 7.4 | - |
| YUV | 154.69 | 41.83 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 201 | 2 | 0.39 | 0 | 0.99 | 0.21 | 83.82 | 0.98 | 0.4 |
| Hex | 7A | C9 | 2 | 27 | 0 | 63 | 15 | 54 | 62 | 28 |
| Octal | 172 | 311 | 2 | 47 | 0 | 143 | 25 | 124 | 142 | 50 |
| Binary | 1111010 | 11001001 | 10 | 100111 | 0 | 1100011 | 10101 | 1010100 | 1100010 | 101000 |
Color Harmonies of #7AC902
Complementary color
Monochromatic Colors of #7AC902
Black with #7AC902
Text Example
Text Example
White with #7AC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC902; }
p { color: rgb(122,201,2); }
H1.HeaderClassName
{
color: #7AC902;
}
.AnyTagClassName
{
color: #7AC902;
}
</style>
background-color css
<style>
a { background-color: #7AC902; }
a { background-color: rgb(122,201,2); }
div.DivClassName
{
background-color: #7AC902;
}
.BgClassName
{
background-color: #7AC902;
}
</style>
border-color css
<style>
span { border-color: #7AC902; }
span { border-color: rgb(122,201,2); }
td.TdClassName
{
border-color: #7AC902;
}
.TagClassName
{
border-color: #7AC902;
}
</style>