Shades of Lime Green #4DDA3C
Tints of Lime Green #4DDA3C
RGB
CMYK
RGB Variations
Color information
#4DDA3C (or 0x4DDA3C) is known color: Lime Green. HEX triplet: 4D, DA and 3C. RGB value is (77,218,60). Sum of RGB (Red+Green+Blue) = 77+218+60=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 218 (85.55% from 255 or 61.41% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA3C is #B225C3. Grayscale: #9E9E9E. Windows color (decimal): -11675076 or 3988045. OLE color: 3988045.
HSL color Cylindrical-coordinate representation of color #4DDA3C: hue angle of 113.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4DDA3C is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 60 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.15 |
| HSL | 113.54º | 0.68% | 0.55% | - |
| HSV(B) | 113.54º | 0.72% | 0.85% | - |
| XYZ | 28.95 | 52.05 | 12.8 | - |
| YUV | 157.83 | 72.79 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 60 | 0.65 | 0 | 0.72 | 0.15 | 113.54 | 0.68 | 0.55 |
| Hex | 4D | DA | 3C | 41 | 0 | 48 | F | 72 | 44 | 37 |
| Octal | 115 | 332 | 74 | 101 | 0 | 110 | 17 | 162 | 104 | 67 |
| Binary | 1001101 | 11011010 | 111100 | 1000001 | 0 | 1001000 | 1111 | 1110010 | 1000100 | 110111 |
Color Harmonies of #4DDA3C
Complementary color
Monochromatic Colors of #4DDA3C
Black with #4DDA3C
Text Example
Text Example
White with #4DDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA3C; }
p { color: rgb(77,218,60); }
H1.HeaderClassName
{
color: #4DDA3C;
}
.AnyTagClassName
{
color: #4DDA3C;
}
</style>
background-color css
<style>
a { background-color: #4DDA3C; }
a { background-color: rgb(77,218,60); }
div.DivClassName
{
background-color: #4DDA3C;
}
.BgClassName
{
background-color: #4DDA3C;
}
</style>
border-color css
<style>
span { border-color: #4DDA3C; }
span { border-color: rgb(77,218,60); }
td.TdClassName
{
border-color: #4DDA3C;
}
.TagClassName
{
border-color: #4DDA3C;
}
</style>