Shades of Limeade #4DA225
Tints of Limeade #4DA225
RGB
CMYK
RGB Variations
Color information
#4DA225 (or 0x4DA225) is known color: Limeade. HEX triplet: 4D, A2 and 25. RGB value is (77,162,37). Sum of RGB (Red+Green+Blue) = 77+162+37=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 162 (63.67% from 255 or 58.70% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA225 is #B25DDA. Grayscale: #7A7A7A. Windows color (decimal): -11689435 or 2466381. OLE color: 2466381.
HSL color Cylindrical-coordinate representation of color #4DA225: hue angle of 100.8º 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 #4DA225 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 37 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.36 |
| HSL | 100.8º | 0.63% | 0.39% | - |
| HSV(B) | 100.8º | 0.77% | 0.64% | - |
| XYZ | 16.31 | 27.55 | 6.21 | - |
| YUV | 122.34 | 79.84 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 37 | 0.52 | 0 | 0.77 | 0.36 | 100.8 | 0.63 | 0.39 |
| Hex | 4D | A2 | 25 | 34 | 0 | 4D | 24 | 65 | 3F | 27 |
| Octal | 115 | 242 | 45 | 64 | 0 | 115 | 44 | 145 | 77 | 47 |
| Binary | 1001101 | 10100010 | 100101 | 110100 | 0 | 1001101 | 100100 | 1100101 | 111111 | 100111 |
Color Harmonies of #4DA225
Complementary color
Monochromatic Colors of #4DA225
Black with #4DA225
Text Example
Text Example
White with #4DA225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA225; }
p { color: rgb(77,162,37); }
H1.HeaderClassName
{
color: #4DA225;
}
.AnyTagClassName
{
color: #4DA225;
}
</style>
background-color css
<style>
a { background-color: #4DA225; }
a { background-color: rgb(77,162,37); }
div.DivClassName
{
background-color: #4DA225;
}
.BgClassName
{
background-color: #4DA225;
}
</style>
border-color css
<style>
span { border-color: #4DA225; }
span { border-color: rgb(77,162,37); }
td.TdClassName
{
border-color: #4DA225;
}
.TagClassName
{
border-color: #4DA225;
}
</style>