Shades of Limeade #4D950F
Tints of Limeade #4D950F
RGB
CMYK
RGB Variations
Color information
#4D950F (or 0x4D950F) is known color: Limeade. HEX triplet: 4D, 95 and 0F. RGB value is (77,149,15). Sum of RGB (Red+Green+Blue) = 77+149+15=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #4D950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D950F is #B26AF0. Grayscale: #707070. Windows color (decimal): -11692785 or 1021261. OLE color: 1021261.
HSL color Cylindrical-coordinate representation of color #4D950F: hue angle of 92.24º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D950F is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 15 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.42 |
| HSL | 92.24º | 0.82% | 0.32% | - |
| HSV(B) | 92.24º | 0.9% | 0.58% | - |
| XYZ | 13.89 | 23.11 | 4.18 | - |
| YUV | 112.2 | 73.15 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 15 | 0.48 | 0 | 0.90 | 0.42 | 92.24 | 0.82 | 0.32 |
| Hex | 4D | 95 | F | 30 | 0 | 5A | 2A | 5C | 52 | 20 |
| Octal | 115 | 225 | 17 | 60 | 0 | 132 | 52 | 134 | 122 | 40 |
| Binary | 1001101 | 10010101 | 1111 | 110000 | 0 | 1011010 | 101010 | 1011100 | 1010010 | 100000 |
Color Harmonies of #4D950F
Complementary color
Monochromatic Colors of #4D950F
Black with #4D950F
Text Example
Text Example
White with #4D950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D950F; }
p { color: rgb(77,149,15); }
H1.HeaderClassName
{
color: #4D950F;
}
.AnyTagClassName
{
color: #4D950F;
}
</style>
background-color css
<style>
a { background-color: #4D950F; }
a { background-color: rgb(77,149,15); }
div.DivClassName
{
background-color: #4D950F;
}
.BgClassName
{
background-color: #4D950F;
}
</style>
border-color css
<style>
span { border-color: #4D950F; }
span { border-color: rgb(77,149,15); }
td.TdClassName
{
border-color: #4D950F;
}
.TagClassName
{
border-color: #4D950F;
}
</style>