Shades of Limeade #4C940C
Tints of Limeade #4C940C
RGB
CMYK
RGB Variations
Color information
#4C940C (or 0x4C940C) is known color: Limeade. HEX triplet: 4C, 94 and 0C. RGB value is (76,148,12). Sum of RGB (Red+Green+Blue) = 76+148+12=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #4C940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C940C is #B36BF3. Grayscale: #6F6F6F. Windows color (decimal): -11758580 or 824396. OLE color: 824396.
HSL color Cylindrical-coordinate representation of color #4C940C: hue angle of 91.76º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C940C is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 12 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.42 |
| HSL | 91.76º | 0.85% | 0.31% | - |
| HSV(B) | 91.76º | 0.92% | 0.58% | - |
| XYZ | 13.64 | 22.74 | 4.02 | - |
| YUV | 110.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 12 | 0.49 | 0 | 0.92 | 0.42 | 91.76 | 0.85 | 0.31 |
| Hex | 4C | 94 | C | 31 | 0 | 5C | 2A | 5C | 55 | 1F |
| Octal | 114 | 224 | 14 | 61 | 0 | 134 | 52 | 134 | 125 | 37 |
| Binary | 1001100 | 10010100 | 1100 | 110001 | 0 | 1011100 | 101010 | 1011100 | 1010101 | 11111 |
Color Harmonies of #4C940C
Complementary color
Monochromatic Colors of #4C940C
Black with #4C940C
Text Example
Text Example
White with #4C940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C940C; }
p { color: rgb(76,148,12); }
H1.HeaderClassName
{
color: #4C940C;
}
.AnyTagClassName
{
color: #4C940C;
}
</style>
background-color css
<style>
a { background-color: #4C940C; }
a { background-color: rgb(76,148,12); }
div.DivClassName
{
background-color: #4C940C;
}
.BgClassName
{
background-color: #4C940C;
}
</style>
border-color css
<style>
span { border-color: #4C940C; }
span { border-color: rgb(76,148,12); }
td.TdClassName
{
border-color: #4C940C;
}
.TagClassName
{
border-color: #4C940C;
}
</style>