Shades of Limeade #4D9F22
Tints of Limeade #4D9F22
RGB
CMYK
RGB Variations
Color information
#4D9F22 (or 0x4D9F22) is known color: Limeade. HEX triplet: 4D, 9F and 22. RGB value is (77,159,34). Sum of RGB (Red+Green+Blue) = 77+159+34=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 159 (62.5% from 255 or 58.89% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 159 - color contains mainly: green. Hex color #4D9F22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9F22 is #B260DD. Grayscale: #787878. Windows color (decimal): -11690206 or 2269005. OLE color: 2269005.
HSL color Cylindrical-coordinate representation of color #4D9F22: hue angle of 99.36º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D9F22 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 159 | 34 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.38 |
| HSL | 99.36º | 0.65% | 0.38% | - |
| HSV(B) | 99.36º | 0.79% | 0.62% | - |
| XYZ | 15.75 | 26.49 | 5.8 | - |
| YUV | 120.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 34 | 0.52 | 0 | 0.79 | 0.38 | 99.36 | 0.65 | 0.38 |
| Hex | 4D | 9F | 22 | 34 | 0 | 4F | 26 | 63 | 41 | 26 |
| Octal | 115 | 237 | 42 | 64 | 0 | 117 | 46 | 143 | 101 | 46 |
| Binary | 1001101 | 10011111 | 100010 | 110100 | 0 | 1001111 | 100110 | 1100011 | 1000001 | 100110 |
Color Harmonies of #4D9F22
Complementary color
Monochromatic Colors of #4D9F22
Black with #4D9F22
Text Example
Text Example
White with #4D9F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9F22; }
p { color: rgb(77,159,34); }
H1.HeaderClassName
{
color: #4D9F22;
}
.AnyTagClassName
{
color: #4D9F22;
}
</style>
background-color css
<style>
a { background-color: #4D9F22; }
a { background-color: rgb(77,159,34); }
div.DivClassName
{
background-color: #4D9F22;
}
.BgClassName
{
background-color: #4D9F22;
}
</style>
border-color css
<style>
span { border-color: #4D9F22; }
span { border-color: rgb(77,159,34); }
td.TdClassName
{
border-color: #4D9F22;
}
.TagClassName
{
border-color: #4D9F22;
}
</style>