Shades of Lima #7ACE1F
Tints of Lima #7ACE1F
RGB
CMYK
RGB Variations
Color information
#7ACE1F (or 0x7ACE1F) is known color: Lima. HEX triplet: 7A, CE and 1F. RGB value is (122,206,31). Sum of RGB (Red+Green+Blue) = 122+206+31=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACE1F is #8531E0. Grayscale: #A1A1A1. Windows color (decimal): -8729057 or 2084474. OLE color: 2084474.
HSL color Cylindrical-coordinate representation of color #7ACE1F: hue angle of 88.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7ACE1F is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 206 | 31 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.19 |
| HSL | 88.8º | 0.74% | 0.46% | - |
| HSV(B) | 88.8º | 0.85% | 0.81% | - |
| XYZ | 30.34 | 48.38 | 9.04 | - |
| YUV | 160.93 | 54.67 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 206 | 31 | 0.41 | 0 | 0.85 | 0.19 | 88.8 | 0.74 | 0.46 |
| Hex | 7A | CE | 1F | 29 | 0 | 55 | 13 | 59 | 4A | 2E |
| Octal | 172 | 316 | 37 | 51 | 0 | 125 | 23 | 131 | 112 | 56 |
| Binary | 1111010 | 11001110 | 11111 | 101001 | 0 | 1010101 | 10011 | 1011001 | 1001010 | 101110 |
Color Harmonies of #7ACE1F
Complementary color
Monochromatic Colors of #7ACE1F
Black with #7ACE1F
Text Example
Text Example
White with #7ACE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACE1F; }
p { color: rgb(122,206,31); }
H1.HeaderClassName
{
color: #7ACE1F;
}
.AnyTagClassName
{
color: #7ACE1F;
}
</style>
background-color css
<style>
a { background-color: #7ACE1F; }
a { background-color: rgb(122,206,31); }
div.DivClassName
{
background-color: #7ACE1F;
}
.BgClassName
{
background-color: #7ACE1F;
}
</style>
border-color css
<style>
span { border-color: #7ACE1F; }
span { border-color: rgb(122,206,31); }
td.TdClassName
{
border-color: #7ACE1F;
}
.TagClassName
{
border-color: #7ACE1F;
}
</style>