Shades of Lime Green #3FDC4D
Tints of Lime Green #3FDC4D
RGB
CMYK
RGB Variations
Color information
#3FDC4D (or 0x3FDC4D) is known color: Lime Green. HEX triplet: 3F, DC and 4D. RGB value is (63,220,77). Sum of RGB (Red+Green+Blue) = 63+220+77=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC4D is #C023B2. Grayscale: #9D9D9D. Windows color (decimal): -12592051 or 5102655. OLE color: 5102655.
HSL color Cylindrical-coordinate representation of color #3FDC4D: hue angle of 125.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC4D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 77 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.14 |
| HSL | 125.35º | 0.69% | 0.55% | - |
| HSV(B) | 125.35º | 0.71% | 0.86% | - |
| XYZ | 28.98 | 52.78 | 15.68 | - |
| YUV | 156.76 | 82.99 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 77 | 0.71 | 0 | 0.65 | 0.14 | 125.35 | 0.69 | 0.55 |
| Hex | 3F | DC | 4D | 47 | 0 | 41 | E | 7D | 45 | 37 |
| Octal | 77 | 334 | 115 | 107 | 0 | 101 | 16 | 175 | 105 | 67 |
| Binary | 111111 | 11011100 | 1001101 | 1000111 | 0 | 1000001 | 1110 | 1111101 | 1000101 | 110111 |
Color Harmonies of #3FDC4D
Complementary color
Monochromatic Colors of #3FDC4D
Black with #3FDC4D
Text Example
Text Example
White with #3FDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC4D; }
p { color: rgb(63,220,77); }
H1.HeaderClassName
{
color: #3FDC4D;
}
.AnyTagClassName
{
color: #3FDC4D;
}
</style>
background-color css
<style>
a { background-color: #3FDC4D; }
a { background-color: rgb(63,220,77); }
div.DivClassName
{
background-color: #3FDC4D;
}
.BgClassName
{
background-color: #3FDC4D;
}
</style>
border-color css
<style>
span { border-color: #3FDC4D; }
span { border-color: rgb(63,220,77); }
td.TdClassName
{
border-color: #3FDC4D;
}
.TagClassName
{
border-color: #3FDC4D;
}
</style>