Shades of Limeade #4D9D22
Tints of Limeade #4D9D22
RGB
CMYK
RGB Variations
Color information
#4D9D22 (or 0x4D9D22) is known color: Limeade. HEX triplet: 4D, 9D and 22. RGB value is (77,157,34). Sum of RGB (Red+Green+Blue) = 77+157+34=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D22 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9D22 is #B262DD. Grayscale: #777777. Windows color (decimal): -11690718 or 2268493. OLE color: 2268493.
HSL color Cylindrical-coordinate representation of color #4D9D22: hue angle of 99.02º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D9D22 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 157 | 34 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.38 |
| HSL | 99.02º | 0.64% | 0.37% | - |
| HSV(B) | 99.02º | 0.78% | 0.62% | - |
| XYZ | 15.41 | 25.81 | 5.68 | - |
| YUV | 119.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 34 | 0.51 | 0 | 0.78 | 0.38 | 99.02 | 0.64 | 0.37 |
| Hex | 4D | 9D | 22 | 33 | 0 | 4E | 26 | 63 | 40 | 25 |
| Octal | 115 | 235 | 42 | 63 | 0 | 116 | 46 | 143 | 100 | 45 |
| Binary | 1001101 | 10011101 | 100010 | 110011 | 0 | 1001110 | 100110 | 1100011 | 1000000 | 100101 |
Color Harmonies of #4D9D22
Complementary color
Monochromatic Colors of #4D9D22
Black with #4D9D22
Text Example
Text Example
White with #4D9D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9D22; }
p { color: rgb(77,157,34); }
H1.HeaderClassName
{
color: #4D9D22;
}
.AnyTagClassName
{
color: #4D9D22;
}
</style>
background-color css
<style>
a { background-color: #4D9D22; }
a { background-color: rgb(77,157,34); }
div.DivClassName
{
background-color: #4D9D22;
}
.BgClassName
{
background-color: #4D9D22;
}
</style>
border-color css
<style>
span { border-color: #4D9D22; }
span { border-color: rgb(77,157,34); }
td.TdClassName
{
border-color: #4D9D22;
}
.TagClassName
{
border-color: #4D9D22;
}
</style>