Shades of Limeade #4EA225
Tints of Limeade #4EA225
RGB
CMYK
RGB Variations
Color information
#4EA225 (or 0x4EA225) is known color: Limeade. HEX triplet: 4E, A2 and 25. RGB value is (78,162,37). Sum of RGB (Red+Green+Blue) = 78+162+37=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 162 (63.67% from 255 or 58.48% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA225 is #B15DDA. Grayscale: #7B7B7B. Windows color (decimal): -11623899 or 2466382. OLE color: 2466382.
HSL color Cylindrical-coordinate representation of color #4EA225: hue angle of 100.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4EA225 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 37 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.36 |
| HSL | 100.32º | 0.63% | 0.39% | - |
| HSV(B) | 100.32º | 0.77% | 0.64% | - |
| XYZ | 16.4 | 27.59 | 6.21 | - |
| YUV | 122.63 | 79.67 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 37 | 0.52 | 0 | 0.77 | 0.36 | 100.32 | 0.63 | 0.39 |
| Hex | 4E | A2 | 25 | 34 | 0 | 4D | 24 | 64 | 3F | 27 |
| Octal | 116 | 242 | 45 | 64 | 0 | 115 | 44 | 144 | 77 | 47 |
| Binary | 1001110 | 10100010 | 100101 | 110100 | 0 | 1001101 | 100100 | 1100100 | 111111 | 100111 |
Color Harmonies of #4EA225
Complementary color
Monochromatic Colors of #4EA225
Black with #4EA225
Text Example
Text Example
White with #4EA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA225; }
p { color: rgb(78,162,37); }
H1.HeaderClassName
{
color: #4EA225;
}
.AnyTagClassName
{
color: #4EA225;
}
</style>
background-color css
<style>
a { background-color: #4EA225; }
a { background-color: rgb(78,162,37); }
div.DivClassName
{
background-color: #4EA225;
}
.BgClassName
{
background-color: #4EA225;
}
</style>
border-color css
<style>
span { border-color: #4EA225; }
span { border-color: rgb(78,162,37); }
td.TdClassName
{
border-color: #4EA225;
}
.TagClassName
{
border-color: #4EA225;
}
</style>