Shades of Lima #7AB31F
Tints of Lima #7AB31F
RGB
CMYK
RGB Variations
Color information
#7AB31F (or 0x7AB31F) is known color: Lima. HEX triplet: 7A, B3 and 1F. RGB value is (122,179,31). Sum of RGB (Red+Green+Blue) = 122+179+31=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB31F is #854CE0. Grayscale: #919191. Windows color (decimal): -8735969 or 2077562. OLE color: 2077562.
HSL color Cylindrical-coordinate representation of color #7AB31F: hue angle of 83.11º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7AB31F is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 31 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.30 |
| HSL | 83.11º | 0.7% | 0.41% | - |
| HSV(B) | 83.11º | 0.83% | 0.7% | - |
| XYZ | 24.39 | 36.48 | 7.05 | - |
| YUV | 145.09 | 63.62 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 31 | 0.32 | 0 | 0.83 | 0.30 | 83.11 | 0.7 | 0.41 |
| Hex | 7A | B3 | 1F | 20 | 0 | 53 | 1E | 53 | 46 | 29 |
| Octal | 172 | 263 | 37 | 40 | 0 | 123 | 36 | 123 | 106 | 51 |
| Binary | 1111010 | 10110011 | 11111 | 100000 | 0 | 1010011 | 11110 | 1010011 | 1000110 | 101001 |
Color Harmonies of #7AB31F
Complementary color
Monochromatic Colors of #7AB31F
Black with #7AB31F
Text Example
Text Example
White with #7AB31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB31F; }
p { color: rgb(122,179,31); }
H1.HeaderClassName
{
color: #7AB31F;
}
.AnyTagClassName
{
color: #7AB31F;
}
</style>
background-color css
<style>
a { background-color: #7AB31F; }
a { background-color: rgb(122,179,31); }
div.DivClassName
{
background-color: #7AB31F;
}
.BgClassName
{
background-color: #7AB31F;
}
</style>
border-color css
<style>
span { border-color: #7AB31F; }
span { border-color: rgb(122,179,31); }
td.TdClassName
{
border-color: #7AB31F;
}
.TagClassName
{
border-color: #7AB31F;
}
</style>