Shades of Lime Green #3FDC4C
Tints of Lime Green #3FDC4C
RGB
CMYK
RGB Variations
Color information
#3FDC4C (or 0x3FDC4C) is known color: Lime Green. HEX triplet: 3F, DC and 4C. RGB value is (63,220,76). Sum of RGB (Red+Green+Blue) = 63+220+76=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC4C is #C023B3. Grayscale: #9D9D9D. Windows color (decimal): -12592052 or 5037119. OLE color: 5037119.
HSL color Cylindrical-coordinate representation of color #3FDC4C: hue angle of 124.97º 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 #3FDC4C is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 76 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.14 |
| HSL | 124.97º | 0.69% | 0.55% | - |
| HSV(B) | 124.97º | 0.71% | 0.86% | - |
| XYZ | 28.95 | 52.76 | 15.5 | - |
| YUV | 156.64 | 82.49 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 76 | 0.71 | 0 | 0.65 | 0.14 | 124.97 | 0.69 | 0.55 |
| Hex | 3F | DC | 4C | 47 | 0 | 41 | E | 7D | 45 | 37 |
| Octal | 77 | 334 | 114 | 107 | 0 | 101 | 16 | 175 | 105 | 67 |
| Binary | 111111 | 11011100 | 1001100 | 1000111 | 0 | 1000001 | 1110 | 1111101 | 1000101 | 110111 |
Color Harmonies of #3FDC4C
Complementary color
Monochromatic Colors of #3FDC4C
Black with #3FDC4C
Text Example
Text Example
White with #3FDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC4C; }
p { color: rgb(63,220,76); }
H1.HeaderClassName
{
color: #3FDC4C;
}
.AnyTagClassName
{
color: #3FDC4C;
}
</style>
background-color css
<style>
a { background-color: #3FDC4C; }
a { background-color: rgb(63,220,76); }
div.DivClassName
{
background-color: #3FDC4C;
}
.BgClassName
{
background-color: #3FDC4C;
}
</style>
border-color css
<style>
span { border-color: #3FDC4C; }
span { border-color: rgb(63,220,76); }
td.TdClassName
{
border-color: #3FDC4C;
}
.TagClassName
{
border-color: #3FDC4C;
}
</style>