Shades of Lima #7ACF1F
Tints of Lima #7ACF1F
RGB
CMYK
RGB Variations
Color information
#7ACF1F (or 0x7ACF1F) is known color: Lima. HEX triplet: 7A, CF and 1F. RGB value is (122,207,31). Sum of RGB (Red+Green+Blue) = 122+207+31=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACF1F is #8530E0. Grayscale: #A2A2A2. Windows color (decimal): -8728801 or 2084730. OLE color: 2084730.
HSL color Cylindrical-coordinate representation of color #7ACF1F: hue angle of 88.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7ACF1F is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 31 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.19 |
| HSL | 88.98º | 0.74% | 0.47% | - |
| HSV(B) | 88.98º | 0.85% | 0.81% | - |
| XYZ | 30.59 | 48.86 | 9.12 | - |
| YUV | 161.52 | 54.34 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 31 | 0.41 | 0 | 0.85 | 0.19 | 88.98 | 0.74 | 0.47 |
| Hex | 7A | CF | 1F | 29 | 0 | 55 | 13 | 59 | 4A | 2F |
| Octal | 172 | 317 | 37 | 51 | 0 | 125 | 23 | 131 | 112 | 57 |
| Binary | 1111010 | 11001111 | 11111 | 101001 | 0 | 1010101 | 10011 | 1011001 | 1001010 | 101111 |
Color Harmonies of #7ACF1F
Complementary color
Monochromatic Colors of #7ACF1F
Black with #7ACF1F
Text Example
Text Example
White with #7ACF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF1F; }
p { color: rgb(122,207,31); }
H1.HeaderClassName
{
color: #7ACF1F;
}
.AnyTagClassName
{
color: #7ACF1F;
}
</style>
background-color css
<style>
a { background-color: #7ACF1F; }
a { background-color: rgb(122,207,31); }
div.DivClassName
{
background-color: #7ACF1F;
}
.BgClassName
{
background-color: #7ACF1F;
}
</style>
border-color css
<style>
span { border-color: #7ACF1F; }
span { border-color: rgb(122,207,31); }
td.TdClassName
{
border-color: #7ACF1F;
}
.TagClassName
{
border-color: #7ACF1F;
}
</style>