Shades of Lime Green #3FD84E
Tints of Lime Green #3FD84E
RGB
CMYK
RGB Variations
Color information
#3FD84E (or 0x3FD84E) is known color: Lime Green. HEX triplet: 3F, D8 and 4E. RGB value is (63,216,78). Sum of RGB (Red+Green+Blue) = 63+216+78=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD84E is #C027B1. Grayscale: #9A9A9A. Windows color (decimal): -12593074 or 5167167. OLE color: 5167167.
HSL color Cylindrical-coordinate representation of color #3FD84E: hue angle of 125.88º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD84E is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 216 | 78 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.15 |
| HSL | 125.88º | 0.66% | 0.55% | - |
| HSV(B) | 125.88º | 0.71% | 0.85% | - |
| XYZ | 27.98 | 50.72 | 15.52 | - |
| YUV | 154.52 | 84.81 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 216 | 78 | 0.71 | 0 | 0.64 | 0.15 | 125.88 | 0.66 | 0.55 |
| Hex | 3F | D8 | 4E | 47 | 0 | 40 | F | 7E | 42 | 37 |
| Octal | 77 | 330 | 116 | 107 | 0 | 100 | 17 | 176 | 102 | 67 |
| Binary | 111111 | 11011000 | 1001110 | 1000111 | 0 | 1000000 | 1111 | 1111110 | 1000010 | 110111 |
Color Harmonies of #3FD84E
Complementary color
Monochromatic Colors of #3FD84E
Black with #3FD84E
Text Example
Text Example
White with #3FD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD84E; }
p { color: rgb(63,216,78); }
H1.HeaderClassName
{
color: #3FD84E;
}
.AnyTagClassName
{
color: #3FD84E;
}
</style>
background-color css
<style>
a { background-color: #3FD84E; }
a { background-color: rgb(63,216,78); }
div.DivClassName
{
background-color: #3FD84E;
}
.BgClassName
{
background-color: #3FD84E;
}
</style>
border-color css
<style>
span { border-color: #3FD84E; }
span { border-color: rgb(63,216,78); }
td.TdClassName
{
border-color: #3FD84E;
}
.TagClassName
{
border-color: #3FD84E;
}
</style>