Shades of Lima #7AD20F
Tints of Lima #7AD20F
RGB
CMYK
RGB Variations
Color information
#7AD20F (or 0x7AD20F) is known color: Lima. HEX triplet: 7A, D2 and 0F. RGB value is (122,210,15). Sum of RGB (Red+Green+Blue) = 122+210+15=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD20F is #852DF0. Grayscale: #A2A2A2. Windows color (decimal): -8728049 or 1036922. OLE color: 1036922.
HSL color Cylindrical-coordinate representation of color #7AD20F: hue angle of 87.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AD20F is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 210 | 15 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.18 |
| HSL | 87.08º | 0.87% | 0.44% | - |
| HSV(B) | 87.08º | 0.93% | 0.82% | - |
| XYZ | 31.16 | 50.27 | 8.51 | - |
| YUV | 161.46 | 45.35 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 210 | 15 | 0.42 | 0 | 0.93 | 0.18 | 87.08 | 0.87 | 0.44 |
| Hex | 7A | D2 | F | 2A | 0 | 5D | 12 | 57 | 57 | 2C |
| Octal | 172 | 322 | 17 | 52 | 0 | 135 | 22 | 127 | 127 | 54 |
| Binary | 1111010 | 11010010 | 1111 | 101010 | 0 | 1011101 | 10010 | 1010111 | 1010111 | 101100 |
Color Harmonies of #7AD20F
Complementary color
Monochromatic Colors of #7AD20F
Black with #7AD20F
Text Example
Text Example
White with #7AD20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD20F; }
p { color: rgb(122,210,15); }
H1.HeaderClassName
{
color: #7AD20F;
}
.AnyTagClassName
{
color: #7AD20F;
}
</style>
background-color css
<style>
a { background-color: #7AD20F; }
a { background-color: rgb(122,210,15); }
div.DivClassName
{
background-color: #7AD20F;
}
.BgClassName
{
background-color: #7AD20F;
}
</style>
border-color css
<style>
span { border-color: #7AD20F; }
span { border-color: rgb(122,210,15); }
td.TdClassName
{
border-color: #7AD20F;
}
.TagClassName
{
border-color: #7AD20F;
}
</style>