Shades of Lime Green #4DC441
Tints of Lime Green #4DC441
RGB
CMYK
RGB Variations
Color information
#4DC441 (or 0x4DC441) is known color: Lime Green. HEX triplet: 4D, C4 and 41. RGB value is (77,196,65). Sum of RGB (Red+Green+Blue) = 77+196+65=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC441 is #B23BBE. Grayscale: #919191. Windows color (decimal): -11680703 or 4310093. OLE color: 4310093.
HSL color Cylindrical-coordinate representation of color #4DC441: hue angle of 114.5º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DC441 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 77 | 196 | 65 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.23 |
| HSL | 114.5º | 0.53% | 0.51% | - |
| HSV(B) | 114.5º | 0.67% | 0.77% | - |
| XYZ | 23.75 | 41.44 | 11.75 | - |
| YUV | 145.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 196 | 65 | 0.61 | 0 | 0.67 | 0.23 | 114.5 | 0.53 | 0.51 |
| Hex | 4D | C4 | 41 | 3D | 0 | 43 | 17 | 73 | 35 | 33 |
| Octal | 115 | 304 | 101 | 75 | 0 | 103 | 27 | 163 | 65 | 63 |
| Binary | 1001101 | 11000100 | 1000001 | 111101 | 0 | 1000011 | 10111 | 1110011 | 110101 | 110011 |
Color Harmonies of #4DC441
Complementary color
Monochromatic Colors of #4DC441
Black with #4DC441
Text Example
Text Example
White with #4DC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC441; }
p { color: rgb(77,196,65); }
H1.HeaderClassName
{
color: #4DC441;
}
.AnyTagClassName
{
color: #4DC441;
}
</style>
background-color css
<style>
a { background-color: #4DC441; }
a { background-color: rgb(77,196,65); }
div.DivClassName
{
background-color: #4DC441;
}
.BgClassName
{
background-color: #4DC441;
}
</style>
border-color css
<style>
span { border-color: #4DC441; }
span { border-color: rgb(77,196,65); }
td.TdClassName
{
border-color: #4DC441;
}
.TagClassName
{
border-color: #4DC441;
}
</style>