Shades of Limeade #4C941A
Tints of Limeade #4C941A
RGB
CMYK
RGB Variations
Color information
#4C941A (or 0x4C941A) is known color: Limeade. HEX triplet: 4C, 94 and 1A. RGB value is (76,148,26). Sum of RGB (Red+Green+Blue) = 76+148+26=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #4C941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C941A is #B36BE5. Grayscale: #707070. Windows color (decimal): -11758566 or 1741900. OLE color: 1741900.
HSL color Cylindrical-coordinate representation of color #4C941A: hue angle of 95.41º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C941A is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 148 | 26 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.42 |
| HSL | 95.41º | 0.7% | 0.34% | - |
| HSV(B) | 95.41º | 0.82% | 0.58% | - |
| XYZ | 13.76 | 22.79 | 4.65 | - |
| YUV | 112.56 | 79.15 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 148 | 26 | 0.49 | 0 | 0.82 | 0.42 | 95.41 | 0.7 | 0.34 |
| Hex | 4C | 94 | 1A | 31 | 0 | 52 | 2A | 5F | 46 | 22 |
| Octal | 114 | 224 | 32 | 61 | 0 | 122 | 52 | 137 | 106 | 42 |
| Binary | 1001100 | 10010100 | 11010 | 110001 | 0 | 1010010 | 101010 | 1011111 | 1000110 | 100010 |
Color Harmonies of #4C941A
Complementary color
Monochromatic Colors of #4C941A
Black with #4C941A
Text Example
Text Example
White with #4C941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C941A; }
p { color: rgb(76,148,26); }
H1.HeaderClassName
{
color: #4C941A;
}
.AnyTagClassName
{
color: #4C941A;
}
</style>
background-color css
<style>
a { background-color: #4C941A; }
a { background-color: rgb(76,148,26); }
div.DivClassName
{
background-color: #4C941A;
}
.BgClassName
{
background-color: #4C941A;
}
</style>
border-color css
<style>
span { border-color: #4C941A; }
span { border-color: rgb(76,148,26); }
td.TdClassName
{
border-color: #4C941A;
}
.TagClassName
{
border-color: #4C941A;
}
</style>