Shades of Limeade #4CA019
Tints of Limeade #4CA019
RGB
CMYK
RGB Variations
Color information
#4CA019 (or 0x4CA019) is known color: Limeade. HEX triplet: 4C, A0 and 19. RGB value is (76,160,25). Sum of RGB (Red+Green+Blue) = 76+160+25=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CA019 is #B35FE6. Grayscale: #777777. Windows color (decimal): -11755495 or 1679436. OLE color: 1679436.
HSL color Cylindrical-coordinate representation of color #4CA019: hue angle of 97.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CA019 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 160 | 25 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.37 |
| HSL | 97.33º | 0.73% | 0.36% | - |
| HSV(B) | 97.33º | 0.84% | 0.63% | - |
| XYZ | 15.73 | 26.75 | 5.25 | - |
| YUV | 119.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 160 | 25 | 0.52 | 0 | 0.84 | 0.37 | 97.33 | 0.73 | 0.36 |
| Hex | 4C | A0 | 19 | 34 | 0 | 54 | 25 | 61 | 49 | 24 |
| Octal | 114 | 240 | 31 | 64 | 0 | 124 | 45 | 141 | 111 | 44 |
| Binary | 1001100 | 10100000 | 11001 | 110100 | 0 | 1010100 | 100101 | 1100001 | 1001001 | 100100 |
Color Harmonies of #4CA019
Complementary color
Monochromatic Colors of #4CA019
Black with #4CA019
Text Example
Text Example
White with #4CA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA019; }
p { color: rgb(76,160,25); }
H1.HeaderClassName
{
color: #4CA019;
}
.AnyTagClassName
{
color: #4CA019;
}
</style>
background-color css
<style>
a { background-color: #4CA019; }
a { background-color: rgb(76,160,25); }
div.DivClassName
{
background-color: #4CA019;
}
.BgClassName
{
background-color: #4CA019;
}
</style>
border-color css
<style>
span { border-color: #4CA019; }
span { border-color: rgb(76,160,25); }
td.TdClassName
{
border-color: #4CA019;
}
.TagClassName
{
border-color: #4CA019;
}
</style>