Shades of Limeade #4F9524
Tints of Limeade #4F9524
RGB
CMYK
RGB Variations
Color information
#4F9524 (or 0x4F9524) is known color: Limeade. HEX triplet: 4F, 95 and 24. RGB value is (79,149,36). Sum of RGB (Red+Green+Blue) = 79+149+36=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9524 is #B06ADB. Grayscale: #737373. Windows color (decimal): -11561692 or 2397519. OLE color: 2397519.
HSL color Cylindrical-coordinate representation of color #4F9524: hue angle of 97.17º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F9524 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 36 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.42 |
| HSL | 97.17º | 0.61% | 0.36% | - |
| HSV(B) | 97.17º | 0.76% | 0.58% | - |
| XYZ | 14.29 | 23.28 | 5.41 | - |
| YUV | 115.19 | 83.31 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 36 | 0.47 | 0 | 0.76 | 0.42 | 97.17 | 0.61 | 0.36 |
| Hex | 4F | 95 | 24 | 2F | 0 | 4C | 2A | 61 | 3D | 24 |
| Octal | 117 | 225 | 44 | 57 | 0 | 114 | 52 | 141 | 75 | 44 |
| Binary | 1001111 | 10010101 | 100100 | 101111 | 0 | 1001100 | 101010 | 1100001 | 111101 | 100100 |
Color Harmonies of #4F9524
Complementary color
Monochromatic Colors of #4F9524
Black with #4F9524
Text Example
Text Example
White with #4F9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9524; }
p { color: rgb(79,149,36); }
H1.HeaderClassName
{
color: #4F9524;
}
.AnyTagClassName
{
color: #4F9524;
}
</style>
background-color css
<style>
a { background-color: #4F9524; }
a { background-color: rgb(79,149,36); }
div.DivClassName
{
background-color: #4F9524;
}
.BgClassName
{
background-color: #4F9524;
}
</style>
border-color css
<style>
span { border-color: #4F9524; }
span { border-color: rgb(79,149,36); }
td.TdClassName
{
border-color: #4F9524;
}
.TagClassName
{
border-color: #4F9524;
}
</style>