Shades of Limeade #4DA024
Tints of Limeade #4DA024
RGB
CMYK
RGB Variations
Color information
#4DA024 (or 0x4DA024) is known color: Limeade. HEX triplet: 4D, A0 and 24. RGB value is (77,160,36). Sum of RGB (Red+Green+Blue) = 77+160+36=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA024 is #B25FDB. Grayscale: #797979. Windows color (decimal): -11689948 or 2400333. OLE color: 2400333.
HSL color Cylindrical-coordinate representation of color #4DA024: hue angle of 100.16º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DA024 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 36 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.37 |
| HSL | 100.16º | 0.63% | 0.38% | - |
| HSV(B) | 100.16º | 0.78% | 0.63% | - |
| XYZ | 15.95 | 26.85 | 6.01 | - |
| YUV | 121.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 36 | 0.52 | 0 | 0.78 | 0.37 | 100.16 | 0.63 | 0.38 |
| Hex | 4D | A0 | 24 | 34 | 0 | 4E | 25 | 64 | 3F | 26 |
| Octal | 115 | 240 | 44 | 64 | 0 | 116 | 45 | 144 | 77 | 46 |
| Binary | 1001101 | 10100000 | 100100 | 110100 | 0 | 1001110 | 100101 | 1100100 | 111111 | 100110 |
Color Harmonies of #4DA024
Complementary color
Monochromatic Colors of #4DA024
Black with #4DA024
Text Example
Text Example
White with #4DA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA024; }
p { color: rgb(77,160,36); }
H1.HeaderClassName
{
color: #4DA024;
}
.AnyTagClassName
{
color: #4DA024;
}
</style>
background-color css
<style>
a { background-color: #4DA024; }
a { background-color: rgb(77,160,36); }
div.DivClassName
{
background-color: #4DA024;
}
.BgClassName
{
background-color: #4DA024;
}
</style>
border-color css
<style>
span { border-color: #4DA024; }
span { border-color: rgb(77,160,36); }
td.TdClassName
{
border-color: #4DA024;
}
.TagClassName
{
border-color: #4DA024;
}
</style>