Shades of Limeade #4C900D
Tints of Limeade #4C900D
RGB
CMYK
RGB Variations
Color information
#4C900D (or 0x4C900D) is known color: Limeade. HEX triplet: 4C, 90 and 0D. RGB value is (76,144,13). Sum of RGB (Red+Green+Blue) = 76+144+13=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #4C900D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C900D is #B36FF2. Grayscale: #6D6D6D. Windows color (decimal): -11759603 or 888908. OLE color: 888908.
HSL color Cylindrical-coordinate representation of color #4C900D: hue angle of 91.15º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C900D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 13 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.44 |
| HSL | 91.15º | 0.83% | 0.31% | - |
| HSV(B) | 91.15º | 0.91% | 0.56% | - |
| XYZ | 13.03 | 21.51 | 3.85 | - |
| YUV | 108.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 13 | 0.47 | 0 | 0.91 | 0.44 | 91.15 | 0.83 | 0.31 |
| Hex | 4C | 90 | D | 2F | 0 | 5B | 2C | 5B | 53 | 1F |
| Octal | 114 | 220 | 15 | 57 | 0 | 133 | 54 | 133 | 123 | 37 |
| Binary | 1001100 | 10010000 | 1101 | 101111 | 0 | 1011011 | 101100 | 1011011 | 1010011 | 11111 |
Color Harmonies of #4C900D
Complementary color
Monochromatic Colors of #4C900D
Black with #4C900D
Text Example
Text Example
White with #4C900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C900D; }
p { color: rgb(76,144,13); }
H1.HeaderClassName
{
color: #4C900D;
}
.AnyTagClassName
{
color: #4C900D;
}
</style>
background-color css
<style>
a { background-color: #4C900D; }
a { background-color: rgb(76,144,13); }
div.DivClassName
{
background-color: #4C900D;
}
.BgClassName
{
background-color: #4C900D;
}
</style>
border-color css
<style>
span { border-color: #4C900D; }
span { border-color: rgb(76,144,13); }
td.TdClassName
{
border-color: #4C900D;
}
.TagClassName
{
border-color: #4C900D;
}
</style>