Shades of Lime Green #4DDA4B
Tints of Lime Green #4DDA4B
RGB
CMYK
RGB Variations
Color information
#4DDA4B (or 0x4DDA4B) is known color: Lime Green. HEX triplet: 4D, DA and 4B. RGB value is (77,218,75). Sum of RGB (Red+Green+Blue) = 77+218+75=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDA4B is #B225B4. Grayscale: #9F9F9F. Windows color (decimal): -11675061 or 4971085. OLE color: 4971085.
HSL color Cylindrical-coordinate representation of color #4DDA4B: hue angle of 119.16º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DDA4B is Cyan = 0.65, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 75 | - |
| CMYK | 0.65 | 0 | 0.66 | 0.15 |
| HSL | 119.16º | 0.66% | 0.57% | - |
| HSV(B) | 119.16º | 0.66% | 0.85% | - |
| XYZ | 29.4 | 52.23 | 15.19 | - |
| YUV | 159.54 | 80.29 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 75 | 0.65 | 0 | 0.66 | 0.15 | 119.16 | 0.66 | 0.57 |
| Hex | 4D | DA | 4B | 41 | 0 | 42 | F | 77 | 42 | 39 |
| Octal | 115 | 332 | 113 | 101 | 0 | 102 | 17 | 167 | 102 | 71 |
| Binary | 1001101 | 11011010 | 1001011 | 1000001 | 0 | 1000010 | 1111 | 1110111 | 1000010 | 111001 |
Color Harmonies of #4DDA4B
Complementary color
Monochromatic Colors of #4DDA4B
Black with #4DDA4B
Text Example
Text Example
White with #4DDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDA4B; }
p { color: rgb(77,218,75); }
H1.HeaderClassName
{
color: #4DDA4B;
}
.AnyTagClassName
{
color: #4DDA4B;
}
</style>
background-color css
<style>
a { background-color: #4DDA4B; }
a { background-color: rgb(77,218,75); }
div.DivClassName
{
background-color: #4DDA4B;
}
.BgClassName
{
background-color: #4DDA4B;
}
</style>
border-color css
<style>
span { border-color: #4DDA4B; }
span { border-color: rgb(77,218,75); }
td.TdClassName
{
border-color: #4DDA4B;
}
.TagClassName
{
border-color: #4DDA4B;
}
</style>