Shades of Limeade #4C970C
Tints of Limeade #4C970C
RGB
CMYK
RGB Variations
Color information
#4C970C (or 0x4C970C) is known color: Limeade. HEX triplet: 4C, 97 and 0C. RGB value is (76,151,12). Sum of RGB (Red+Green+Blue) = 76+151+12=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 151 (59.38% from 255 or 63.18% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 151 - color contains mainly: green. Hex color #4C970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C970C is #B368F3. Grayscale: #717171. Windows color (decimal): -11757812 or 825164. OLE color: 825164.
HSL color Cylindrical-coordinate representation of color #4C970C: hue angle of 92.37º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C970C is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 151 | 12 | - |
| CMYK | 0.50 | 0 | 0.92 | 0.41 |
| HSL | 92.37º | 0.85% | 0.32% | - |
| HSV(B) | 92.37º | 0.92% | 0.59% | - |
| XYZ | 14.11 | 23.7 | 4.18 | - |
| YUV | 112.73 | 71.15 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 151 | 12 | 0.50 | 0 | 0.92 | 0.41 | 92.37 | 0.85 | 0.32 |
| Hex | 4C | 97 | C | 32 | 0 | 5C | 29 | 5C | 55 | 20 |
| Octal | 114 | 227 | 14 | 62 | 0 | 134 | 51 | 134 | 125 | 40 |
| Binary | 1001100 | 10010111 | 1100 | 110010 | 0 | 1011100 | 101001 | 1011100 | 1010101 | 100000 |
Color Harmonies of #4C970C
Complementary color
Monochromatic Colors of #4C970C
Black with #4C970C
Text Example
Text Example
White with #4C970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C970C; }
p { color: rgb(76,151,12); }
H1.HeaderClassName
{
color: #4C970C;
}
.AnyTagClassName
{
color: #4C970C;
}
</style>
background-color css
<style>
a { background-color: #4C970C; }
a { background-color: rgb(76,151,12); }
div.DivClassName
{
background-color: #4C970C;
}
.BgClassName
{
background-color: #4C970C;
}
</style>
border-color css
<style>
span { border-color: #4C970C; }
span { border-color: rgb(76,151,12); }
td.TdClassName
{
border-color: #4C970C;
}
.TagClassName
{
border-color: #4C970C;
}
</style>