Shades of Limeade #4C980A
Tints of Limeade #4C980A
RGB
CMYK
RGB Variations
Color information
#4C980A (or 0x4C980A) is known color: Limeade. HEX triplet: 4C, 98 and 0A. RGB value is (76,152,10). Sum of RGB (Red+Green+Blue) = 76+152+10=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 152 (59.77% from 255 or 63.87% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 152 - color contains mainly: green. Hex color #4C980A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C980A is #B367F5. Grayscale: #717171. Windows color (decimal): -11757558 or 694348. OLE color: 694348.
HSL color Cylindrical-coordinate representation of color #4C980A: hue angle of 92.11º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C980A is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 152 | 10 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.40 |
| HSL | 92.11º | 0.88% | 0.32% | - |
| HSV(B) | 92.11º | 0.93% | 0.6% | - |
| XYZ | 14.26 | 24.01 | 4.17 | - |
| YUV | 113.09 | 69.82 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 152 | 10 | 0.50 | 0 | 0.93 | 0.40 | 92.11 | 0.88 | 0.32 |
| Hex | 4C | 98 | A | 32 | 0 | 5D | 28 | 5C | 58 | 20 |
| Octal | 114 | 230 | 12 | 62 | 0 | 135 | 50 | 134 | 130 | 40 |
| Binary | 1001100 | 10011000 | 1010 | 110010 | 0 | 1011101 | 101000 | 1011100 | 1011000 | 100000 |
Color Harmonies of #4C980A
Complementary color
Monochromatic Colors of #4C980A
Black with #4C980A
Text Example
Text Example
White with #4C980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C980A; }
p { color: rgb(76,152,10); }
H1.HeaderClassName
{
color: #4C980A;
}
.AnyTagClassName
{
color: #4C980A;
}
</style>
background-color css
<style>
a { background-color: #4C980A; }
a { background-color: rgb(76,152,10); }
div.DivClassName
{
background-color: #4C980A;
}
.BgClassName
{
background-color: #4C980A;
}
</style>
border-color css
<style>
span { border-color: #4C980A; }
span { border-color: rgb(76,152,10); }
td.TdClassName
{
border-color: #4C980A;
}
.TagClassName
{
border-color: #4C980A;
}
</style>