Shades of Limeade #4FA32C
Tints of Limeade #4FA32C
RGB
CMYK
RGB Variations
Color information
#4FA32C (or 0x4FA32C) is known color: Limeade. HEX triplet: 4F, A3 and 2C. RGB value is (79,163,44). Sum of RGB (Red+Green+Blue) = 79+163+44=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA32C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA32C is #B05CD3. Grayscale: #7C7C7C. Windows color (decimal): -11558100 or 2925391. OLE color: 2925391.
HSL color Cylindrical-coordinate representation of color #4FA32C: hue angle of 102.35º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4FA32C is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 44 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.36 |
| HSL | 102.35º | 0.57% | 0.41% | - |
| HSV(B) | 102.35º | 0.73% | 0.64% | - |
| XYZ | 16.78 | 28.04 | 6.91 | - |
| YUV | 124.32 | 82.67 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 44 | 0.52 | 0 | 0.73 | 0.36 | 102.35 | 0.57 | 0.41 |
| Hex | 4F | A3 | 2C | 34 | 0 | 49 | 24 | 66 | 39 | 29 |
| Octal | 117 | 243 | 54 | 64 | 0 | 111 | 44 | 146 | 71 | 51 |
| Binary | 1001111 | 10100011 | 101100 | 110100 | 0 | 1001001 | 100100 | 1100110 | 111001 | 101001 |
Color Harmonies of #4FA32C
Complementary color
Monochromatic Colors of #4FA32C
Black with #4FA32C
Text Example
Text Example
White with #4FA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA32C; }
p { color: rgb(79,163,44); }
H1.HeaderClassName
{
color: #4FA32C;
}
.AnyTagClassName
{
color: #4FA32C;
}
</style>
background-color css
<style>
a { background-color: #4FA32C; }
a { background-color: rgb(79,163,44); }
div.DivClassName
{
background-color: #4FA32C;
}
.BgClassName
{
background-color: #4FA32C;
}
</style>
border-color css
<style>
span { border-color: #4FA32C; }
span { border-color: rgb(79,163,44); }
td.TdClassName
{
border-color: #4FA32C;
}
.TagClassName
{
border-color: #4FA32C;
}
</style>