Shades of Lime Green #4DD641
Tints of Lime Green #4DD641
RGB
CMYK
RGB Variations
Color information
#4DD641 (or 0x4DD641) is known color: Lime Green. HEX triplet: 4D, D6 and 41. RGB value is (77,214,65). Sum of RGB (Red+Green+Blue) = 77+214+65=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD641 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD641 is #B229BE. Grayscale: #9C9C9C. Windows color (decimal): -11676095 or 4314701. OLE color: 4314701.
HSL color Cylindrical-coordinate representation of color #4DD641: hue angle of 115.17º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DD641 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 214 | 65 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.16 |
| HSL | 115.17º | 0.65% | 0.55% | - |
| HSV(B) | 115.17º | 0.7% | 0.84% | - |
| XYZ | 28.06 | 50.05 | 13.18 | - |
| YUV | 156.05 | 76.61 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 214 | 65 | 0.64 | 0 | 0.70 | 0.16 | 115.17 | 0.65 | 0.55 |
| Hex | 4D | D6 | 41 | 40 | 0 | 46 | 10 | 73 | 41 | 37 |
| Octal | 115 | 326 | 101 | 100 | 0 | 106 | 20 | 163 | 101 | 67 |
| Binary | 1001101 | 11010110 | 1000001 | 1000000 | 0 | 1000110 | 10000 | 1110011 | 1000001 | 110111 |
Color Harmonies of #4DD641
Complementary color
Monochromatic Colors of #4DD641
Black with #4DD641
Text Example
Text Example
White with #4DD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD641; }
p { color: rgb(77,214,65); }
H1.HeaderClassName
{
color: #4DD641;
}
.AnyTagClassName
{
color: #4DD641;
}
</style>
background-color css
<style>
a { background-color: #4DD641; }
a { background-color: rgb(77,214,65); }
div.DivClassName
{
background-color: #4DD641;
}
.BgClassName
{
background-color: #4DD641;
}
</style>
border-color css
<style>
span { border-color: #4DD641; }
span { border-color: rgb(77,214,65); }
td.TdClassName
{
border-color: #4DD641;
}
.TagClassName
{
border-color: #4DD641;
}
</style>