Shades of Lime Green #4DD841
Tints of Lime Green #4DD841
RGB
CMYK
RGB Variations
Color information
#4DD841 (or 0x4DD841) is known color: Lime Green. HEX triplet: 4D, D8 and 41. RGB value is (77,216,65). Sum of RGB (Red+Green+Blue) = 77+216+65=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD841 is #B227BE. Grayscale: #9D9D9D. Windows color (decimal): -11675583 or 4315213. OLE color: 4315213.
HSL color Cylindrical-coordinate representation of color #4DD841: hue angle of 115.23º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DD841 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 65 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.15 |
| HSL | 115.23º | 0.66% | 0.55% | - |
| HSV(B) | 115.23º | 0.7% | 0.85% | - |
| XYZ | 28.57 | 51.07 | 13.35 | - |
| YUV | 157.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 65 | 0.64 | 0 | 0.70 | 0.15 | 115.23 | 0.66 | 0.55 |
| Hex | 4D | D8 | 41 | 40 | 0 | 46 | F | 73 | 42 | 37 |
| Octal | 115 | 330 | 101 | 100 | 0 | 106 | 17 | 163 | 102 | 67 |
| Binary | 1001101 | 11011000 | 1000001 | 1000000 | 0 | 1000110 | 1111 | 1110011 | 1000010 | 110111 |
Color Harmonies of #4DD841
Complementary color
Monochromatic Colors of #4DD841
Black with #4DD841
Text Example
Text Example
White with #4DD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD841; }
p { color: rgb(77,216,65); }
H1.HeaderClassName
{
color: #4DD841;
}
.AnyTagClassName
{
color: #4DD841;
}
</style>
background-color css
<style>
a { background-color: #4DD841; }
a { background-color: rgb(77,216,65); }
div.DivClassName
{
background-color: #4DD841;
}
.BgClassName
{
background-color: #4DD841;
}
</style>
border-color css
<style>
span { border-color: #4DD841; }
span { border-color: rgb(77,216,65); }
td.TdClassName
{
border-color: #4DD841;
}
.TagClassName
{
border-color: #4DD841;
}
</style>