Shades of Limeade #4C900A
Tints of Limeade #4C900A
RGB
CMYK
RGB Variations
Color information
#4C900A (or 0x4C900A) is known color: Limeade. HEX triplet: 4C, 90 and 0A. RGB value is (76,144,10). Sum of RGB (Red+Green+Blue) = 76+144+10=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 144 (56.64% from 255 or 62.61% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 144 - color contains mainly: green. Hex color #4C900A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C900A is #B36FF5. Grayscale: #6C6C6C. Windows color (decimal): -11759606 or 692300. OLE color: 692300.
HSL color Cylindrical-coordinate representation of color #4C900A: hue angle of 90.45º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C900A is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 144 | 10 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.44 |
| HSL | 90.45º | 0.87% | 0.3% | - |
| HSV(B) | 90.45º | 0.93% | 0.56% | - |
| XYZ | 13.01 | 21.5 | 3.75 | - |
| YUV | 108.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 10 | 0.47 | 0 | 0.93 | 0.44 | 90.45 | 0.87 | 0.3 |
| Hex | 4C | 90 | A | 2F | 0 | 5D | 2C | 5A | 57 | 1E |
| Octal | 114 | 220 | 12 | 57 | 0 | 135 | 54 | 132 | 127 | 36 |
| Binary | 1001100 | 10010000 | 1010 | 101111 | 0 | 1011101 | 101100 | 1011010 | 1010111 | 11110 |
Color Harmonies of #4C900A
Complementary color
Monochromatic Colors of #4C900A
Black with #4C900A
Text Example
Text Example
White with #4C900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C900A; }
p { color: rgb(76,144,10); }
H1.HeaderClassName
{
color: #4C900A;
}
.AnyTagClassName
{
color: #4C900A;
}
</style>
background-color css
<style>
a { background-color: #4C900A; }
a { background-color: rgb(76,144,10); }
div.DivClassName
{
background-color: #4C900A;
}
.BgClassName
{
background-color: #4C900A;
}
</style>
border-color css
<style>
span { border-color: #4C900A; }
span { border-color: rgb(76,144,10); }
td.TdClassName
{
border-color: #4C900A;
}
.TagClassName
{
border-color: #4C900A;
}
</style>