Shades of Lime Green #4DD42C
Tints of Lime Green #4DD42C
RGB
CMYK
RGB Variations
Color information
#4DD42C (or 0x4DD42C) is known color: Lime Green. HEX triplet: 4D, D4 and 2C. RGB value is (77,212,44). Sum of RGB (Red+Green+Blue) = 77+212+44=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 212 (83.20% from 255 or 63.66% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 212 - color contains mainly: green. Hex color #4DD42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD42C is #B22BD3. Grayscale: #999999. Windows color (decimal): -11676628 or 2937933. OLE color: 2937933.
HSL color Cylindrical-coordinate representation of color #4DD42C: hue angle of 108.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4DD42C is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 77 | 212 | 44 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.17 |
| HSL | 108.21º | 0.66% | 0.5% | - |
| HSV(B) | 108.21º | 0.79% | 0.83% | - |
| XYZ | 27.06 | 48.85 | 10.39 | - |
| YUV | 152.48 | 66.77 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 212 | 44 | 0.64 | 0 | 0.79 | 0.17 | 108.21 | 0.66 | 0.5 |
| Hex | 4D | D4 | 2C | 40 | 0 | 4F | 11 | 6C | 42 | 32 |
| Octal | 115 | 324 | 54 | 100 | 0 | 117 | 21 | 154 | 102 | 62 |
| Binary | 1001101 | 11010100 | 101100 | 1000000 | 0 | 1001111 | 10001 | 1101100 | 1000010 | 110010 |
Color Harmonies of #4DD42C
Complementary color
Monochromatic Colors of #4DD42C
Black with #4DD42C
Text Example
Text Example
White with #4DD42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD42C; }
p { color: rgb(77,212,44); }
H1.HeaderClassName
{
color: #4DD42C;
}
.AnyTagClassName
{
color: #4DD42C;
}
</style>
background-color css
<style>
a { background-color: #4DD42C; }
a { background-color: rgb(77,212,44); }
div.DivClassName
{
background-color: #4DD42C;
}
.BgClassName
{
background-color: #4DD42C;
}
</style>
border-color css
<style>
span { border-color: #4DD42C; }
span { border-color: rgb(77,212,44); }
td.TdClassName
{
border-color: #4DD42C;
}
.TagClassName
{
border-color: #4DD42C;
}
</style>