Shades of Lima #7AC430
Tints of Lima #7AC430
RGB
CMYK
RGB Variations
Color information
#7AC430 (or 0x7AC430) is known color: Lima. HEX triplet: 7A, C4 and 30. RGB value is (122,196,48). Sum of RGB (Red+Green+Blue) = 122+196+48=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC430 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC430 is #853BCF. Grayscale: #9D9D9D. Windows color (decimal): -8731600 or 3196026. OLE color: 3196026.
HSL color Cylindrical-coordinate representation of color #7AC430: hue angle of 90º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AC430 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 48 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.23 |
| HSL | 90º | 0.61% | 0.48% | - |
| HSV(B) | 90º | 0.76% | 0.77% | - |
| XYZ | 28.3 | 43.83 | 9.76 | - |
| YUV | 157 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 48 | 0.38 | 0 | 0.76 | 0.23 | 90 | 0.61 | 0.48 |
| Hex | 7A | C4 | 30 | 26 | 0 | 4C | 17 | 5A | 3D | 30 |
| Octal | 172 | 304 | 60 | 46 | 0 | 114 | 27 | 132 | 75 | 60 |
| Binary | 1111010 | 11000100 | 110000 | 100110 | 0 | 1001100 | 10111 | 1011010 | 111101 | 110000 |
Color Harmonies of #7AC430
Complementary color
Monochromatic Colors of #7AC430
Black with #7AC430
Text Example
Text Example
White with #7AC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC430; }
p { color: rgb(122,196,48); }
H1.HeaderClassName
{
color: #7AC430;
}
.AnyTagClassName
{
color: #7AC430;
}
</style>
background-color css
<style>
a { background-color: #7AC430; }
a { background-color: rgb(122,196,48); }
div.DivClassName
{
background-color: #7AC430;
}
.BgClassName
{
background-color: #7AC430;
}
</style>
border-color css
<style>
span { border-color: #7AC430; }
span { border-color: rgb(122,196,48); }
td.TdClassName
{
border-color: #7AC430;
}
.TagClassName
{
border-color: #7AC430;
}
</style>