Shades of Limeade #4D961F
Tints of Limeade #4D961F
RGB
CMYK
RGB Variations
Color information
#4D961F (or 0x4D961F) is known color: Limeade. HEX triplet: 4D, 96 and 1F. RGB value is (77,150,31). Sum of RGB (Red+Green+Blue) = 77+150+31=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #4D961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D961F is #B269E0. Grayscale: #737373. Windows color (decimal): -11692513 or 2070093. OLE color: 2070093.
HSL color Cylindrical-coordinate representation of color #4D961F: hue angle of 96.81º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D961F is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 150 | 31 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.41 |
| HSL | 96.81º | 0.66% | 0.35% | - |
| HSV(B) | 96.81º | 0.79% | 0.59% | - |
| XYZ | 14.21 | 23.49 | 5.08 | - |
| YUV | 114.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 31 | 0.49 | 0 | 0.79 | 0.41 | 96.81 | 0.66 | 0.35 |
| Hex | 4D | 96 | 1F | 31 | 0 | 4F | 29 | 61 | 42 | 23 |
| Octal | 115 | 226 | 37 | 61 | 0 | 117 | 51 | 141 | 102 | 43 |
| Binary | 1001101 | 10010110 | 11111 | 110001 | 0 | 1001111 | 101001 | 1100001 | 1000010 | 100011 |
Color Harmonies of #4D961F
Complementary color
Monochromatic Colors of #4D961F
Black with #4D961F
Text Example
Text Example
White with #4D961F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D961F; }
p { color: rgb(77,150,31); }
H1.HeaderClassName
{
color: #4D961F;
}
.AnyTagClassName
{
color: #4D961F;
}
</style>
background-color css
<style>
a { background-color: #4D961F; }
a { background-color: rgb(77,150,31); }
div.DivClassName
{
background-color: #4D961F;
}
.BgClassName
{
background-color: #4D961F;
}
</style>
border-color css
<style>
span { border-color: #4D961F; }
span { border-color: rgb(77,150,31); }
td.TdClassName
{
border-color: #4D961F;
}
.TagClassName
{
border-color: #4D961F;
}
</style>