Shades of Limeade #4D950A
Tints of Limeade #4D950A
RGB
CMYK
RGB Variations
Color information
#4D950A (or 0x4D950A) is known color: Limeade. HEX triplet: 4D, 95 and 0A. RGB value is (77,149,10). Sum of RGB (Red+Green+Blue) = 77+149+10=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #4D950A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D950A is #B26AF5. Grayscale: #707070. Windows color (decimal): -11692790 or 693581. OLE color: 693581.
HSL color Cylindrical-coordinate representation of color #4D950A: hue angle of 91.08º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D950A is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 10 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.42 |
| HSL | 91.08º | 0.87% | 0.31% | - |
| HSV(B) | 91.08º | 0.93% | 0.58% | - |
| XYZ | 13.86 | 23.09 | 4.01 | - |
| YUV | 111.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 10 | 0.48 | 0 | 0.93 | 0.42 | 91.08 | 0.87 | 0.31 |
| Hex | 4D | 95 | A | 30 | 0 | 5D | 2A | 5B | 57 | 1F |
| Octal | 115 | 225 | 12 | 60 | 0 | 135 | 52 | 133 | 127 | 37 |
| Binary | 1001101 | 10010101 | 1010 | 110000 | 0 | 1011101 | 101010 | 1011011 | 1010111 | 11111 |
Color Harmonies of #4D950A
Complementary color
Monochromatic Colors of #4D950A
Black with #4D950A
Text Example
Text Example
White with #4D950A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D950A; }
p { color: rgb(77,149,10); }
H1.HeaderClassName
{
color: #4D950A;
}
.AnyTagClassName
{
color: #4D950A;
}
</style>
background-color css
<style>
a { background-color: #4D950A; }
a { background-color: rgb(77,149,10); }
div.DivClassName
{
background-color: #4D950A;
}
.BgClassName
{
background-color: #4D950A;
}
</style>
border-color css
<style>
span { border-color: #4D950A; }
span { border-color: rgb(77,149,10); }
td.TdClassName
{
border-color: #4D950A;
}
.TagClassName
{
border-color: #4D950A;
}
</style>