Shades of Lima #7FC22C
Tints of Lima #7FC22C
RGB
CMYK
RGB Variations
Color information
#7FC22C (or 0x7FC22C) is known color: Lima. HEX triplet: 7F, C2 and 2C. RGB value is (127,194,44). Sum of RGB (Red+Green+Blue) = 127+194+44=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 194 (76.17% from 255 or 53.15% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC22C is #803DD3. Grayscale: #9D9D9D. Windows color (decimal): -8404436 or 2933375. OLE color: 2933375.
HSL color Cylindrical-coordinate representation of color #7FC22C: hue angle of 86.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FC22C is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 194 | 44 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.24 |
| HSL | 86.8º | 0.63% | 0.47% | - |
| HSV(B) | 86.8º | 0.77% | 0.76% | - |
| XYZ | 28.5 | 43.28 | 9.23 | - |
| YUV | 156.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 194 | 44 | 0.35 | 0 | 0.77 | 0.24 | 86.8 | 0.63 | 0.47 |
| Hex | 7F | C2 | 2C | 23 | 0 | 4D | 18 | 57 | 3F | 2F |
| Octal | 177 | 302 | 54 | 43 | 0 | 115 | 30 | 127 | 77 | 57 |
| Binary | 1111111 | 11000010 | 101100 | 100011 | 0 | 1001101 | 11000 | 1010111 | 111111 | 101111 |
Color Harmonies of #7FC22C
Complementary color
Monochromatic Colors of #7FC22C
Black with #7FC22C
Text Example
Text Example
White with #7FC22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC22C; }
p { color: rgb(127,194,44); }
H1.HeaderClassName
{
color: #7FC22C;
}
.AnyTagClassName
{
color: #7FC22C;
}
</style>
background-color css
<style>
a { background-color: #7FC22C; }
a { background-color: rgb(127,194,44); }
div.DivClassName
{
background-color: #7FC22C;
}
.BgClassName
{
background-color: #7FC22C;
}
</style>
border-color css
<style>
span { border-color: #7FC22C; }
span { border-color: rgb(127,194,44); }
td.TdClassName
{
border-color: #7FC22C;
}
.TagClassName
{
border-color: #7FC22C;
}
</style>