Shades of Limeade #4DA21E
Tints of Limeade #4DA21E
RGB
CMYK
RGB Variations
Color information
#4DA21E (or 0x4DA21E) is known color: Limeade. HEX triplet: 4D, A2 and 1E. RGB value is (77,162,30). Sum of RGB (Red+Green+Blue) = 77+162+30=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 162 (63.67% from 255 or 60.22% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA21E is #B25DE1. Grayscale: #797979. Windows color (decimal): -11689442 or 2007629. OLE color: 2007629.
HSL color Cylindrical-coordinate representation of color #4DA21E: hue angle of 98.64º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DA21E is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 30 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.36 |
| HSL | 98.64º | 0.69% | 0.38% | - |
| HSV(B) | 98.64º | 0.81% | 0.64% | - |
| XYZ | 16.22 | 27.51 | 5.68 | - |
| YUV | 121.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 30 | 0.52 | 0 | 0.81 | 0.36 | 98.64 | 0.69 | 0.38 |
| Hex | 4D | A2 | 1E | 34 | 0 | 51 | 24 | 63 | 45 | 26 |
| Octal | 115 | 242 | 36 | 64 | 0 | 121 | 44 | 143 | 105 | 46 |
| Binary | 1001101 | 10100010 | 11110 | 110100 | 0 | 1010001 | 100100 | 1100011 | 1000101 | 100110 |
Color Harmonies of #4DA21E
Complementary color
Monochromatic Colors of #4DA21E
Black with #4DA21E
Text Example
Text Example
White with #4DA21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA21E; }
p { color: rgb(77,162,30); }
H1.HeaderClassName
{
color: #4DA21E;
}
.AnyTagClassName
{
color: #4DA21E;
}
</style>
background-color css
<style>
a { background-color: #4DA21E; }
a { background-color: rgb(77,162,30); }
div.DivClassName
{
background-color: #4DA21E;
}
.BgClassName
{
background-color: #4DA21E;
}
</style>
border-color css
<style>
span { border-color: #4DA21E; }
span { border-color: rgb(77,162,30); }
td.TdClassName
{
border-color: #4DA21E;
}
.TagClassName
{
border-color: #4DA21E;
}
</style>