Shades of Limeade #4F9224
Tints of Limeade #4F9224
RGB
CMYK
RGB Variations
Color information
#4F9224 (or 0x4F9224) is known color: Limeade. HEX triplet: 4F, 92 and 24. RGB value is (79,146,36). Sum of RGB (Red+Green+Blue) = 79+146+36=261 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.27% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9224 is #B06DDB. Grayscale: #717171. Windows color (decimal): -11562460 or 2396751. OLE color: 2396751.
HSL color Cylindrical-coordinate representation of color #4F9224: hue angle of 96.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F9224 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 146 | 36 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.43 |
| HSL | 96.55º | 0.6% | 0.36% | - |
| HSV(B) | 96.55º | 0.75% | 0.57% | - |
| XYZ | 13.82 | 22.35 | 5.25 | - |
| YUV | 113.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 146 | 36 | 0.46 | 0 | 0.75 | 0.43 | 96.55 | 0.6 | 0.36 |
| Hex | 4F | 92 | 24 | 2E | 0 | 4B | 2B | 61 | 3C | 24 |
| Octal | 117 | 222 | 44 | 56 | 0 | 113 | 53 | 141 | 74 | 44 |
| Binary | 1001111 | 10010010 | 100100 | 101110 | 0 | 1001011 | 101011 | 1100001 | 111100 | 100100 |
Color Harmonies of #4F9224
Complementary color
Monochromatic Colors of #4F9224
Black with #4F9224
Text Example
Text Example
White with #4F9224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9224; }
p { color: rgb(79,146,36); }
H1.HeaderClassName
{
color: #4F9224;
}
.AnyTagClassName
{
color: #4F9224;
}
</style>
background-color css
<style>
a { background-color: #4F9224; }
a { background-color: rgb(79,146,36); }
div.DivClassName
{
background-color: #4F9224;
}
.BgClassName
{
background-color: #4F9224;
}
</style>
border-color css
<style>
span { border-color: #4F9224; }
span { border-color: rgb(79,146,36); }
td.TdClassName
{
border-color: #4F9224;
}
.TagClassName
{
border-color: #4F9224;
}
</style>