Shades of Lima #7FAE22
Tints of Lima #7FAE22
RGB
CMYK
RGB Variations
Color information
#7FAE22 (or 0x7FAE22) is known color: Lima. HEX triplet: 7F, AE and 22. RGB value is (127,174,34). Sum of RGB (Red+Green+Blue) = 127+174+34=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FAE22 is #8051DD. Grayscale: #909090. Windows color (decimal): -8409566 or 2272895. OLE color: 2272895.
HSL color Cylindrical-coordinate representation of color #7FAE22: hue angle of 80.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7FAE22 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 127 | 174 | 34 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.32 |
| HSL | 80.14º | 0.67% | 0.41% | - |
| HSV(B) | 80.14º | 0.8% | 0.68% | - |
| XYZ | 24.18 | 34.9 | 6.98 | - |
| YUV | 143.99 | 65.93 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 34 | 0.27 | 0 | 0.80 | 0.32 | 80.14 | 0.67 | 0.41 |
| Hex | 7F | AE | 22 | 1B | 0 | 50 | 20 | 50 | 43 | 29 |
| Octal | 177 | 256 | 42 | 33 | 0 | 120 | 40 | 120 | 103 | 51 |
| Binary | 1111111 | 10101110 | 100010 | 11011 | 0 | 1010000 | 100000 | 1010000 | 1000011 | 101001 |
Color Harmonies of #7FAE22
Complementary color
Monochromatic Colors of #7FAE22
Black with #7FAE22
Text Example
Text Example
White with #7FAE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAE22; }
p { color: rgb(127,174,34); }
H1.HeaderClassName
{
color: #7FAE22;
}
.AnyTagClassName
{
color: #7FAE22;
}
</style>
background-color css
<style>
a { background-color: #7FAE22; }
a { background-color: rgb(127,174,34); }
div.DivClassName
{
background-color: #7FAE22;
}
.BgClassName
{
background-color: #7FAE22;
}
</style>
border-color css
<style>
span { border-color: #7FAE22; }
span { border-color: rgb(127,174,34); }
td.TdClassName
{
border-color: #7FAE22;
}
.TagClassName
{
border-color: #7FAE22;
}
</style>