Shades of Lime Green #4DED30
Tints of Lime Green #4DED30
RGB
CMYK
RGB Variations
Color information
#4DED30 (or 0x4DED30) is known color: Lime Green. HEX triplet: 4D, ED and 30. RGB value is (77,237,48). Sum of RGB (Red+Green+Blue) = 77+237+48=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DED30 is #B212CF. Grayscale: #A8A8A8. Windows color (decimal): -11670224 or 3206477. OLE color: 3206477.
HSL color Cylindrical-coordinate representation of color #4DED30: hue angle of 110.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DED30 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 48 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.07 |
| HSL | 110.79º | 0.84% | 0.56% | - |
| HSV(B) | 110.79º | 0.8% | 0.93% | - |
| XYZ | 33.88 | 62.36 | 13.05 | - |
| YUV | 167.61 | 60.49 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 48 | 0.68 | 0 | 0.80 | 0.07 | 110.79 | 0.84 | 0.56 |
| Hex | 4D | ED | 30 | 44 | 0 | 50 | 7 | 6F | 54 | 38 |
| Octal | 115 | 355 | 60 | 104 | 0 | 120 | 7 | 157 | 124 | 70 |
| Binary | 1001101 | 11101101 | 110000 | 1000100 | 0 | 1010000 | 111 | 1101111 | 1010100 | 111000 |
Color Harmonies of #4DED30
Complementary color
Monochromatic Colors of #4DED30
Black with #4DED30
Text Example
Text Example
White with #4DED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED30; }
p { color: rgb(77,237,48); }
H1.HeaderClassName
{
color: #4DED30;
}
.AnyTagClassName
{
color: #4DED30;
}
</style>
background-color css
<style>
a { background-color: #4DED30; }
a { background-color: rgb(77,237,48); }
div.DivClassName
{
background-color: #4DED30;
}
.BgClassName
{
background-color: #4DED30;
}
</style>
border-color css
<style>
span { border-color: #4DED30; }
span { border-color: rgb(77,237,48); }
td.TdClassName
{
border-color: #4DED30;
}
.TagClassName
{
border-color: #4DED30;
}
</style>