Shades of Limeade #4DA025
Tints of Limeade #4DA025
RGB
CMYK
RGB Variations
Color information
#4DA025 (or 0x4DA025) is known color: Limeade. HEX triplet: 4D, A0 and 25. RGB value is (77,160,37). Sum of RGB (Red+Green+Blue) = 77+160+37=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA025 is #B25FDA. Grayscale: #797979. Windows color (decimal): -11689947 or 2465869. OLE color: 2465869.
HSL color Cylindrical-coordinate representation of color #4DA025: hue angle of 100.49º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DA025 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 37 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.37 |
| HSL | 100.49º | 0.62% | 0.39% | - |
| HSV(B) | 100.49º | 0.77% | 0.63% | - |
| XYZ | 15.97 | 26.85 | 6.09 | - |
| YUV | 121.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 37 | 0.52 | 0 | 0.77 | 0.37 | 100.49 | 0.62 | 0.39 |
| Hex | 4D | A0 | 25 | 34 | 0 | 4D | 25 | 64 | 3E | 27 |
| Octal | 115 | 240 | 45 | 64 | 0 | 115 | 45 | 144 | 76 | 47 |
| Binary | 1001101 | 10100000 | 100101 | 110100 | 0 | 1001101 | 100101 | 1100100 | 111110 | 100111 |
Color Harmonies of #4DA025
Complementary color
Monochromatic Colors of #4DA025
Black with #4DA025
Text Example
Text Example
White with #4DA025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA025; }
p { color: rgb(77,160,37); }
H1.HeaderClassName
{
color: #4DA025;
}
.AnyTagClassName
{
color: #4DA025;
}
</style>
background-color css
<style>
a { background-color: #4DA025; }
a { background-color: rgb(77,160,37); }
div.DivClassName
{
background-color: #4DA025;
}
.BgClassName
{
background-color: #4DA025;
}
</style>
border-color css
<style>
span { border-color: #4DA025; }
span { border-color: rgb(77,160,37); }
td.TdClassName
{
border-color: #4DA025;
}
.TagClassName
{
border-color: #4DA025;
}
</style>