Shades of Limeade #4CA223
Tints of Limeade #4CA223
RGB
CMYK
RGB Variations
Color information
#4CA223 (or 0x4CA223) is known color: Limeade. HEX triplet: 4C, A2 and 23. RGB value is (76,162,35). Sum of RGB (Red+Green+Blue) = 76+162+35=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA223 is #B35DDC. Grayscale: #7A7A7A. Windows color (decimal): -11754973 or 2335308. OLE color: 2335308.
HSL color Cylindrical-coordinate representation of color #4CA223: hue angle of 100.63º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4CA223 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 162 | 35 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.36 |
| HSL | 100.63º | 0.64% | 0.39% | - |
| HSV(B) | 100.63º | 0.78% | 0.64% | - |
| XYZ | 16.2 | 27.5 | 6.04 | - |
| YUV | 121.81 | 79.01 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 162 | 35 | 0.53 | 0 | 0.78 | 0.36 | 100.63 | 0.64 | 0.39 |
| Hex | 4C | A2 | 23 | 35 | 0 | 4E | 24 | 65 | 40 | 27 |
| Octal | 114 | 242 | 43 | 65 | 0 | 116 | 44 | 145 | 100 | 47 |
| Binary | 1001100 | 10100010 | 100011 | 110101 | 0 | 1001110 | 100100 | 1100101 | 1000000 | 100111 |
Color Harmonies of #4CA223
Complementary color
Monochromatic Colors of #4CA223
Black with #4CA223
Text Example
Text Example
White with #4CA223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA223; }
p { color: rgb(76,162,35); }
H1.HeaderClassName
{
color: #4CA223;
}
.AnyTagClassName
{
color: #4CA223;
}
</style>
background-color css
<style>
a { background-color: #4CA223; }
a { background-color: rgb(76,162,35); }
div.DivClassName
{
background-color: #4CA223;
}
.BgClassName
{
background-color: #4CA223;
}
</style>
border-color css
<style>
span { border-color: #4CA223; }
span { border-color: rgb(76,162,35); }
td.TdClassName
{
border-color: #4CA223;
}
.TagClassName
{
border-color: #4CA223;
}
</style>