Shades of Limeade #4D961E
Tints of Limeade #4D961E
RGB
CMYK
RGB Variations
Color information
#4D961E (or 0x4D961E) is known color: Limeade. HEX triplet: 4D, 96 and 1E. RGB value is (77,150,30). Sum of RGB (Red+Green+Blue) = 77+150+30=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #4D961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D961E is #B269E1. Grayscale: #727272. Windows color (decimal): -11692514 or 2004557. OLE color: 2004557.
HSL color Cylindrical-coordinate representation of color #4D961E: hue angle of 96.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D961E is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 30 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.41 |
| HSL | 96.5º | 0.67% | 0.35% | - |
| HSV(B) | 96.5º | 0.8% | 0.59% | - |
| XYZ | 14.2 | 23.48 | 5.01 | - |
| YUV | 114.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 30 | 0.49 | 0 | 0.80 | 0.41 | 96.5 | 0.67 | 0.35 |
| Hex | 4D | 96 | 1E | 31 | 0 | 50 | 29 | 60 | 43 | 23 |
| Octal | 115 | 226 | 36 | 61 | 0 | 120 | 51 | 140 | 103 | 43 |
| Binary | 1001101 | 10010110 | 11110 | 110001 | 0 | 1010000 | 101001 | 1100000 | 1000011 | 100011 |
Color Harmonies of #4D961E
Complementary color
Monochromatic Colors of #4D961E
Black with #4D961E
Text Example
Text Example
White with #4D961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D961E; }
p { color: rgb(77,150,30); }
H1.HeaderClassName
{
color: #4D961E;
}
.AnyTagClassName
{
color: #4D961E;
}
</style>
background-color css
<style>
a { background-color: #4D961E; }
a { background-color: rgb(77,150,30); }
div.DivClassName
{
background-color: #4D961E;
}
.BgClassName
{
background-color: #4D961E;
}
</style>
border-color css
<style>
span { border-color: #4D961E; }
span { border-color: rgb(77,150,30); }
td.TdClassName
{
border-color: #4D961E;
}
.TagClassName
{
border-color: #4D961E;
}
</style>