Shades of Limeade #4CA020
Tints of Limeade #4CA020
RGB
CMYK
RGB Variations
Color information
#4CA020 (or 0x4CA020) is known color: Limeade. HEX triplet: 4C, A0 and 20. RGB value is (76,160,32). Sum of RGB (Red+Green+Blue) = 76+160+32=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA020 is #B35FDF. Grayscale: #787878. Windows color (decimal): -11755488 or 2138188. OLE color: 2138188.
HSL color Cylindrical-coordinate representation of color #4CA020: hue angle of 99.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CA020 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 160 | 32 | - |
| CMYK | 0.52 | 0 | 0.80 | 0.37 |
| HSL | 99.38º | 0.67% | 0.38% | - |
| HSV(B) | 99.38º | 0.8% | 0.63% | - |
| XYZ | 15.81 | 26.78 | 5.7 | - |
| YUV | 120.29 | 78.17 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 160 | 32 | 0.52 | 0 | 0.80 | 0.37 | 99.38 | 0.67 | 0.38 |
| Hex | 4C | A0 | 20 | 34 | 0 | 50 | 25 | 63 | 43 | 26 |
| Octal | 114 | 240 | 40 | 64 | 0 | 120 | 45 | 143 | 103 | 46 |
| Binary | 1001100 | 10100000 | 100000 | 110100 | 0 | 1010000 | 100101 | 1100011 | 1000011 | 100110 |
Color Harmonies of #4CA020
Complementary color
Monochromatic Colors of #4CA020
Black with #4CA020
Text Example
Text Example
White with #4CA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA020; }
p { color: rgb(76,160,32); }
H1.HeaderClassName
{
color: #4CA020;
}
.AnyTagClassName
{
color: #4CA020;
}
</style>
background-color css
<style>
a { background-color: #4CA020; }
a { background-color: rgb(76,160,32); }
div.DivClassName
{
background-color: #4CA020;
}
.BgClassName
{
background-color: #4CA020;
}
</style>
border-color css
<style>
span { border-color: #4CA020; }
span { border-color: rgb(76,160,32); }
td.TdClassName
{
border-color: #4CA020;
}
.TagClassName
{
border-color: #4CA020;
}
</style>