Shades of Limeade #4A940C
Tints of Limeade #4A940C
RGB
CMYK
RGB Variations
Color information
#4A940C (or 0x4A940C) is known color: Limeade. HEX triplet: 4A, 94 and 0C. RGB value is (74,148,12). Sum of RGB (Red+Green+Blue) = 74+148+12=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #4A940C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A940C is #B56BF3. Grayscale: #6E6E6E. Windows color (decimal): -11889652 or 824394. OLE color: 824394.
HSL color Cylindrical-coordinate representation of color #4A940C: hue angle of 92.65º 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 #4A940C is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 12 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.42 |
| HSL | 92.65º | 0.85% | 0.31% | - |
| HSV(B) | 92.65º | 0.92% | 0.58% | - |
| XYZ | 13.48 | 22.66 | 4.01 | - |
| YUV | 110.37 | 72.48 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 12 | 0.50 | 0 | 0.92 | 0.42 | 92.65 | 0.85 | 0.31 |
| Hex | 4A | 94 | C | 32 | 0 | 5C | 2A | 5D | 55 | 1F |
| Octal | 112 | 224 | 14 | 62 | 0 | 134 | 52 | 135 | 125 | 37 |
| Binary | 1001010 | 10010100 | 1100 | 110010 | 0 | 1011100 | 101010 | 1011101 | 1010101 | 11111 |
Color Harmonies of #4A940C
Complementary color
Monochromatic Colors of #4A940C
Black with #4A940C
Text Example
Text Example
White with #4A940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A940C; }
p { color: rgb(74,148,12); }
H1.HeaderClassName
{
color: #4A940C;
}
.AnyTagClassName
{
color: #4A940C;
}
</style>
background-color css
<style>
a { background-color: #4A940C; }
a { background-color: rgb(74,148,12); }
div.DivClassName
{
background-color: #4A940C;
}
.BgClassName
{
background-color: #4A940C;
}
</style>
border-color css
<style>
span { border-color: #4A940C; }
span { border-color: rgb(74,148,12); }
td.TdClassName
{
border-color: #4A940C;
}
.TagClassName
{
border-color: #4A940C;
}
</style>