Shades of Limeade #4DA222
Tints of Limeade #4DA222
RGB
CMYK
RGB Variations
Color information
#4DA222 (or 0x4DA222) is known color: Limeade. HEX triplet: 4D, A2 and 22. RGB value is (77,162,34). Sum of RGB (Red+Green+Blue) = 77+162+34=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA222 is #B25DDD. Grayscale: #7A7A7A. Windows color (decimal): -11689438 or 2269773. OLE color: 2269773.
HSL color Cylindrical-coordinate representation of color #4DA222: hue angle of 99.84º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DA222 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 34 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.36 |
| HSL | 99.84º | 0.65% | 0.38% | - |
| HSV(B) | 99.84º | 0.79% | 0.64% | - |
| XYZ | 16.27 | 27.53 | 5.97 | - |
| YUV | 121.99 | 78.34 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 34 | 0.52 | 0 | 0.79 | 0.36 | 99.84 | 0.65 | 0.38 |
| Hex | 4D | A2 | 22 | 34 | 0 | 4F | 24 | 64 | 41 | 26 |
| Octal | 115 | 242 | 42 | 64 | 0 | 117 | 44 | 144 | 101 | 46 |
| Binary | 1001101 | 10100010 | 100010 | 110100 | 0 | 1001111 | 100100 | 1100100 | 1000001 | 100110 |
Color Harmonies of #4DA222
Complementary color
Monochromatic Colors of #4DA222
Black with #4DA222
Text Example
Text Example
White with #4DA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA222; }
p { color: rgb(77,162,34); }
H1.HeaderClassName
{
color: #4DA222;
}
.AnyTagClassName
{
color: #4DA222;
}
</style>
background-color css
<style>
a { background-color: #4DA222; }
a { background-color: rgb(77,162,34); }
div.DivClassName
{
background-color: #4DA222;
}
.BgClassName
{
background-color: #4DA222;
}
</style>
border-color css
<style>
span { border-color: #4DA222; }
span { border-color: rgb(77,162,34); }
td.TdClassName
{
border-color: #4DA222;
}
.TagClassName
{
border-color: #4DA222;
}
</style>