Shades of Limeade #4DA328
Tints of Limeade #4DA328
RGB
CMYK
RGB Variations
Color information
#4DA328 (or 0x4DA328) is known color: Limeade. HEX triplet: 4D, A3 and 28. RGB value is (77,163,40). Sum of RGB (Red+Green+Blue) = 77+163+40=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA328 is #B25CD7. Grayscale: #7B7B7B. Windows color (decimal): -11689176 or 2663245. OLE color: 2663245.
HSL color Cylindrical-coordinate representation of color #4DA328: hue angle of 101.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DA328 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 163 | 40 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.36 |
| HSL | 101.95º | 0.61% | 0.4% | - |
| HSV(B) | 101.95º | 0.75% | 0.64% | - |
| XYZ | 16.54 | 27.93 | 6.53 | - |
| YUV | 123.26 | 81.01 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 163 | 40 | 0.53 | 0 | 0.75 | 0.36 | 101.95 | 0.61 | 0.4 |
| Hex | 4D | A3 | 28 | 35 | 0 | 4B | 24 | 66 | 3D | 28 |
| Octal | 115 | 243 | 50 | 65 | 0 | 113 | 44 | 146 | 75 | 50 |
| Binary | 1001101 | 10100011 | 101000 | 110101 | 0 | 1001011 | 100100 | 1100110 | 111101 | 101000 |
Color Harmonies of #4DA328
Complementary color
Monochromatic Colors of #4DA328
Black with #4DA328
Text Example
Text Example
White with #4DA328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA328; }
p { color: rgb(77,163,40); }
H1.HeaderClassName
{
color: #4DA328;
}
.AnyTagClassName
{
color: #4DA328;
}
</style>
background-color css
<style>
a { background-color: #4DA328; }
a { background-color: rgb(77,163,40); }
div.DivClassName
{
background-color: #4DA328;
}
.BgClassName
{
background-color: #4DA328;
}
</style>
border-color css
<style>
span { border-color: #4DA328; }
span { border-color: rgb(77,163,40); }
td.TdClassName
{
border-color: #4DA328;
}
.TagClassName
{
border-color: #4DA328;
}
</style>