Shades of Limeade #4D950C
Tints of Limeade #4D950C
RGB
CMYK
RGB Variations
Color information
#4D950C (or 0x4D950C) is known color: Limeade. HEX triplet: 4D, 95 and 0C. RGB value is (77,149,12). Sum of RGB (Red+Green+Blue) = 77+149+12=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #4D950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D950C is #B26AF3. Grayscale: #707070. Windows color (decimal): -11692788 or 824653. OLE color: 824653.
HSL color Cylindrical-coordinate representation of color #4D950C: hue angle of 91.53º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D950C is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 149 | 12 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.42 |
| HSL | 91.53º | 0.85% | 0.32% | - |
| HSV(B) | 91.53º | 0.92% | 0.58% | - |
| XYZ | 13.87 | 23.1 | 4.08 | - |
| YUV | 111.85 | 71.65 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 12 | 0.48 | 0 | 0.92 | 0.42 | 91.53 | 0.85 | 0.32 |
| Hex | 4D | 95 | C | 30 | 0 | 5C | 2A | 5C | 55 | 20 |
| Octal | 115 | 225 | 14 | 60 | 0 | 134 | 52 | 134 | 125 | 40 |
| Binary | 1001101 | 10010101 | 1100 | 110000 | 0 | 1011100 | 101010 | 1011100 | 1010101 | 100000 |
Color Harmonies of #4D950C
Complementary color
Monochromatic Colors of #4D950C
Black with #4D950C
Text Example
Text Example
White with #4D950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D950C; }
p { color: rgb(77,149,12); }
H1.HeaderClassName
{
color: #4D950C;
}
.AnyTagClassName
{
color: #4D950C;
}
</style>
background-color css
<style>
a { background-color: #4D950C; }
a { background-color: rgb(77,149,12); }
div.DivClassName
{
background-color: #4D950C;
}
.BgClassName
{
background-color: #4D950C;
}
</style>
border-color css
<style>
span { border-color: #4D950C; }
span { border-color: rgb(77,149,12); }
td.TdClassName
{
border-color: #4D950C;
}
.TagClassName
{
border-color: #4D950C;
}
</style>