Shades of Lima #7AC833
Tints of Lima #7AC833
RGB
CMYK
RGB Variations
Color information
#7AC833 (or 0x7AC833) is known color: Lima. HEX triplet: 7A, C8 and 33. RGB value is (122,200,51). Sum of RGB (Red+Green+Blue) = 122+200+51=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 200 (78.52% from 255 or 53.62% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC833 is #8537CC. Grayscale: #A0A0A0. Windows color (decimal): -8730573 or 3393658. OLE color: 3393658.
HSL color Cylindrical-coordinate representation of color #7AC833: hue angle of 91.41º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AC833 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 200 | 51 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.22 |
| HSL | 91.41º | 0.59% | 0.49% | - |
| HSV(B) | 91.41º | 0.75% | 0.78% | - |
| XYZ | 29.28 | 45.69 | 10.41 | - |
| YUV | 159.69 | 66.66 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 200 | 51 | 0.39 | 0 | 0.74 | 0.22 | 91.41 | 0.59 | 0.49 |
| Hex | 7A | C8 | 33 | 27 | 0 | 4A | 16 | 5B | 3B | 31 |
| Octal | 172 | 310 | 63 | 47 | 0 | 112 | 26 | 133 | 73 | 61 |
| Binary | 1111010 | 11001000 | 110011 | 100111 | 0 | 1001010 | 10110 | 1011011 | 111011 | 110001 |
Color Harmonies of #7AC833
Complementary color
Monochromatic Colors of #7AC833
Black with #7AC833
Text Example
Text Example
White with #7AC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC833; }
p { color: rgb(122,200,51); }
H1.HeaderClassName
{
color: #7AC833;
}
.AnyTagClassName
{
color: #7AC833;
}
</style>
background-color css
<style>
a { background-color: #7AC833; }
a { background-color: rgb(122,200,51); }
div.DivClassName
{
background-color: #7AC833;
}
.BgClassName
{
background-color: #7AC833;
}
</style>
border-color css
<style>
span { border-color: #7AC833; }
span { border-color: rgb(122,200,51); }
td.TdClassName
{
border-color: #7AC833;
}
.TagClassName
{
border-color: #7AC833;
}
</style>