Shades of Lime Green #4DDF2F
Tints of Lime Green #4DDF2F
RGB
CMYK
RGB Variations
Color information
#4DDF2F (or 0x4DDF2F) is known color: Lime Green. HEX triplet: 4D, DF and 2F. RGB value is (77,223,47). Sum of RGB (Red+Green+Blue) = 77+223+47=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDF2F is #B220D0. Grayscale: #9F9F9F. Windows color (decimal): -11673809 or 3137357. OLE color: 3137357.
HSL color Cylindrical-coordinate representation of color #4DDF2F: hue angle of 109.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DDF2F is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 223 | 47 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.13 |
| HSL | 109.77º | 0.73% | 0.53% | - |
| HSV(B) | 109.77º | 0.79% | 0.87% | - |
| XYZ | 29.96 | 54.56 | 11.64 | - |
| YUV | 159.28 | 64.63 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 223 | 47 | 0.65 | 0 | 0.79 | 0.13 | 109.77 | 0.73 | 0.53 |
| Hex | 4D | DF | 2F | 41 | 0 | 4F | D | 6E | 49 | 35 |
| Octal | 115 | 337 | 57 | 101 | 0 | 117 | 15 | 156 | 111 | 65 |
| Binary | 1001101 | 11011111 | 101111 | 1000001 | 0 | 1001111 | 1101 | 1101110 | 1001001 | 110101 |
Color Harmonies of #4DDF2F
Complementary color
Monochromatic Colors of #4DDF2F
Black with #4DDF2F
Text Example
Text Example
White with #4DDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDF2F; }
p { color: rgb(77,223,47); }
H1.HeaderClassName
{
color: #4DDF2F;
}
.AnyTagClassName
{
color: #4DDF2F;
}
</style>
background-color css
<style>
a { background-color: #4DDF2F; }
a { background-color: rgb(77,223,47); }
div.DivClassName
{
background-color: #4DDF2F;
}
.BgClassName
{
background-color: #4DDF2F;
}
</style>
border-color css
<style>
span { border-color: #4DDF2F; }
span { border-color: rgb(77,223,47); }
td.TdClassName
{
border-color: #4DDF2F;
}
.TagClassName
{
border-color: #4DDF2F;
}
</style>