Shades of Lima #7AC237
Tints of Lima #7AC237
RGB
CMYK
RGB Variations
Color information
#7AC237 (or 0x7AC237) is known color: Lima. HEX triplet: 7A, C2 and 37. RGB value is (122,194,55). Sum of RGB (Red+Green+Blue) = 122+194+55=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC237 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC237 is #853DC8. Grayscale: #9D9D9D. Windows color (decimal): -8732105 or 3654266. OLE color: 3654266.
HSL color Cylindrical-coordinate representation of color #7AC237: hue angle of 91.08º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AC237 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 55 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.24 |
| HSL | 91.08º | 0.56% | 0.49% | - |
| HSV(B) | 91.08º | 0.72% | 0.76% | - |
| XYZ | 28.01 | 43 | 10.44 | - |
| YUV | 156.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 55 | 0.37 | 0 | 0.72 | 0.24 | 91.08 | 0.56 | 0.49 |
| Hex | 7A | C2 | 37 | 25 | 0 | 48 | 18 | 5B | 38 | 31 |
| Octal | 172 | 302 | 67 | 45 | 0 | 110 | 30 | 133 | 70 | 61 |
| Binary | 1111010 | 11000010 | 110111 | 100101 | 0 | 1001000 | 11000 | 1011011 | 111000 | 110001 |
Color Harmonies of #7AC237
Complementary color
Monochromatic Colors of #7AC237
Black with #7AC237
Text Example
Text Example
White with #7AC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC237; }
p { color: rgb(122,194,55); }
H1.HeaderClassName
{
color: #7AC237;
}
.AnyTagClassName
{
color: #7AC237;
}
</style>
background-color css
<style>
a { background-color: #7AC237; }
a { background-color: rgb(122,194,55); }
div.DivClassName
{
background-color: #7AC237;
}
.BgClassName
{
background-color: #7AC237;
}
</style>
border-color css
<style>
span { border-color: #7AC237; }
span { border-color: rgb(122,194,55); }
td.TdClassName
{
border-color: #7AC237;
}
.TagClassName
{
border-color: #7AC237;
}
</style>