Shades of Lime Green #4DDA28
Tints of Lime Green #4DDA28
RGB
CMYK
RGB Variations
Color information
#4DDA28 (or 0x4DDA28) is known color: Lime Green. HEX triplet: 4D, DA and 28. RGB value is (77,218,40). Sum of RGB (Red+Green+Blue) = 77+218+40=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA28 is #B225D7. Grayscale: #9C9C9C. Windows color (decimal): -11675096 or 2677325. OLE color: 2677325.
HSL color Cylindrical-coordinate representation of color #4DDA28: hue angle of 107.53º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4DDA28 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 40 | - |
| CMYK | 0.65 | 0 | 0.82 | 0.15 |
| HSL | 107.53º | 0.71% | 0.51% | - |
| HSV(B) | 107.53º | 0.82% | 0.85% | - |
| XYZ | 28.51 | 51.87 | 10.52 | - |
| YUV | 155.55 | 62.79 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 40 | 0.65 | 0 | 0.82 | 0.15 | 107.53 | 0.71 | 0.51 |
| Hex | 4D | DA | 28 | 41 | 0 | 52 | F | 6C | 47 | 33 |
| Octal | 115 | 332 | 50 | 101 | 0 | 122 | 17 | 154 | 107 | 63 |
| Binary | 1001101 | 11011010 | 101000 | 1000001 | 0 | 1010010 | 1111 | 1101100 | 1000111 | 110011 |
Color Harmonies of #4DDA28
Complementary color
Monochromatic Colors of #4DDA28
Black with #4DDA28
Text Example
Text Example
White with #4DDA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA28; }
p { color: rgb(77,218,40); }
H1.HeaderClassName
{
color: #4DDA28;
}
.AnyTagClassName
{
color: #4DDA28;
}
</style>
background-color css
<style>
a { background-color: #4DDA28; }
a { background-color: rgb(77,218,40); }
div.DivClassName
{
background-color: #4DDA28;
}
.BgClassName
{
background-color: #4DDA28;
}
</style>
border-color css
<style>
span { border-color: #4DDA28; }
span { border-color: rgb(77,218,40); }
td.TdClassName
{
border-color: #4DDA28;
}
.TagClassName
{
border-color: #4DDA28;
}
</style>