Shades of Limeade #4C9400
Tints of Limeade #4C9400
RGB
CMYK
RGB Variations
Color information
#4C9400 (or 0x4C9400) is known color: Limeade. HEX triplet: 4C, 94 and 00. RGB value is (76,148,0). Sum of RGB (Red+Green+Blue) = 76+148+0=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9400 is #B36BFF. Grayscale: #6E6E6E. Windows color (decimal): -11758592 or 37964. OLE color: 37964.
HSL color Cylindrical-coordinate representation of color #4C9400: hue angle of 89.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C9400 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.42 |
| HSL | 89.19º | 1% | 0.29% | - |
| HSV(B) | 89.19º | 1% | 0.58% | - |
| XYZ | 13.57 | 22.72 | 3.67 | - |
| YUV | 109.6 | 66.15 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 0 | 0.49 | 0 | 1 | 0.42 | 89.19 | 1 | 0.29 |
| Hex | 4C | 94 | 0 | 31 | 0 | 64 | 2A | 59 | 64 | 1D |
| Octal | 114 | 224 | 0 | 61 | 0 | 144 | 52 | 131 | 144 | 35 |
| Binary | 1001100 | 10010100 | 0 | 110001 | 0 | 1100100 | 101010 | 1011001 | 1100100 | 11101 |
Color Harmonies of #4C9400
Complementary color
Monochromatic Colors of #4C9400
Black with #4C9400
Text Example
Text Example
White with #4C9400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9400; }
p { color: rgb(76,148,0); }
H1.HeaderClassName
{
color: #4C9400;
}
.AnyTagClassName
{
color: #4C9400;
}
</style>
background-color css
<style>
a { background-color: #4C9400; }
a { background-color: rgb(76,148,0); }
div.DivClassName
{
background-color: #4C9400;
}
.BgClassName
{
background-color: #4C9400;
}
</style>
border-color css
<style>
span { border-color: #4C9400; }
span { border-color: rgb(76,148,0); }
td.TdClassName
{
border-color: #4C9400;
}
.TagClassName
{
border-color: #4C9400;
}
</style>