Shades of Lima #7AB71F
Tints of Lima #7AB71F
RGB
CMYK
RGB Variations
Color information
#7AB71F (or 0x7AB71F) is known color: Lima. HEX triplet: 7A, B7 and 1F. RGB value is (122,183,31). Sum of RGB (Red+Green+Blue) = 122+183+31=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB71F is #8548E0. Grayscale: #939393. Windows color (decimal): -8734945 or 2078586. OLE color: 2078586.
HSL color Cylindrical-coordinate representation of color #7AB71F: hue angle of 84.08º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AB71F is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 183 | 31 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.28 |
| HSL | 84.08º | 0.71% | 0.42% | - |
| HSV(B) | 84.08º | 0.83% | 0.72% | - |
| XYZ | 25.21 | 38.1 | 7.32 | - |
| YUV | 147.43 | 62.29 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 31 | 0.33 | 0 | 0.83 | 0.28 | 84.08 | 0.71 | 0.42 |
| Hex | 7A | B7 | 1F | 21 | 0 | 53 | 1C | 54 | 47 | 2A |
| Octal | 172 | 267 | 37 | 41 | 0 | 123 | 34 | 124 | 107 | 52 |
| Binary | 1111010 | 10110111 | 11111 | 100001 | 0 | 1010011 | 11100 | 1010100 | 1000111 | 101010 |
Color Harmonies of #7AB71F
Complementary color
Monochromatic Colors of #7AB71F
Black with #7AB71F
Text Example
Text Example
White with #7AB71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB71F; }
p { color: rgb(122,183,31); }
H1.HeaderClassName
{
color: #7AB71F;
}
.AnyTagClassName
{
color: #7AB71F;
}
</style>
background-color css
<style>
a { background-color: #7AB71F; }
a { background-color: rgb(122,183,31); }
div.DivClassName
{
background-color: #7AB71F;
}
.BgClassName
{
background-color: #7AB71F;
}
</style>
border-color css
<style>
span { border-color: #7AB71F; }
span { border-color: rgb(122,183,31); }
td.TdClassName
{
border-color: #7AB71F;
}
.TagClassName
{
border-color: #7AB71F;
}
</style>