Shades of Lima #7AD30F
Tints of Lima #7AD30F
RGB
CMYK
RGB Variations
Color information
#7AD30F (or 0x7AD30F) is known color: Lima. HEX triplet: 7A, D3 and 0F. RGB value is (122,211,15). Sum of RGB (Red+Green+Blue) = 122+211+15=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 211 (82.81% from 255 or 60.63% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD30F is #852CF0. Grayscale: #A2A2A2. Windows color (decimal): -8727793 or 1037178. OLE color: 1037178.
HSL color Cylindrical-coordinate representation of color #7AD30F: hue angle of 87.24º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7AD30F is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 15 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.17 |
| HSL | 87.24º | 0.87% | 0.44% | - |
| HSV(B) | 87.24º | 0.93% | 0.83% | - |
| XYZ | 31.41 | 50.76 | 8.59 | - |
| YUV | 162.05 | 45.01 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 15 | 0.42 | 0 | 0.93 | 0.17 | 87.24 | 0.87 | 0.44 |
| Hex | 7A | D3 | F | 2A | 0 | 5D | 11 | 57 | 57 | 2C |
| Octal | 172 | 323 | 17 | 52 | 0 | 135 | 21 | 127 | 127 | 54 |
| Binary | 1111010 | 11010011 | 1111 | 101010 | 0 | 1011101 | 10001 | 1010111 | 1010111 | 101100 |
Color Harmonies of #7AD30F
Complementary color
Monochromatic Colors of #7AD30F
Black with #7AD30F
Text Example
Text Example
White with #7AD30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD30F; }
p { color: rgb(122,211,15); }
H1.HeaderClassName
{
color: #7AD30F;
}
.AnyTagClassName
{
color: #7AD30F;
}
</style>
background-color css
<style>
a { background-color: #7AD30F; }
a { background-color: rgb(122,211,15); }
div.DivClassName
{
background-color: #7AD30F;
}
.BgClassName
{
background-color: #7AD30F;
}
</style>
border-color css
<style>
span { border-color: #7AD30F; }
span { border-color: rgb(122,211,15); }
td.TdClassName
{
border-color: #7AD30F;
}
.TagClassName
{
border-color: #7AD30F;
}
</style>