Shades of Lime Green #3FD94E
Tints of Lime Green #3FD94E
RGB
CMYK
RGB Variations
Color information
#3FD94E (or 0x3FD94E) is known color: Lime Green. HEX triplet: 3F, D9 and 4E. RGB value is (63,217,78). Sum of RGB (Red+Green+Blue) = 63+217+78=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 217 (85.16% from 255 or 60.61% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD94E is #C026B1. Grayscale: #9B9B9B. Windows color (decimal): -12592818 or 5167423. OLE color: 5167423.
HSL color Cylindrical-coordinate representation of color #3FD94E: hue angle of 125.84º degrees, saturation: 0.67, 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 #3FD94E is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 217 | 78 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.15 |
| HSL | 125.84º | 0.67% | 0.55% | - |
| HSV(B) | 125.84º | 0.71% | 0.85% | - |
| XYZ | 28.24 | 51.23 | 15.61 | - |
| YUV | 155.11 | 84.48 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 78 | 0.71 | 0 | 0.64 | 0.15 | 125.84 | 0.67 | 0.55 |
| Hex | 3F | D9 | 4E | 47 | 0 | 40 | F | 7E | 43 | 37 |
| Octal | 77 | 331 | 116 | 107 | 0 | 100 | 17 | 176 | 103 | 67 |
| Binary | 111111 | 11011001 | 1001110 | 1000111 | 0 | 1000000 | 1111 | 1111110 | 1000011 | 110111 |
Color Harmonies of #3FD94E
Complementary color
Monochromatic Colors of #3FD94E
Black with #3FD94E
Text Example
Text Example
White with #3FD94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD94E; }
p { color: rgb(63,217,78); }
H1.HeaderClassName
{
color: #3FD94E;
}
.AnyTagClassName
{
color: #3FD94E;
}
</style>
background-color css
<style>
a { background-color: #3FD94E; }
a { background-color: rgb(63,217,78); }
div.DivClassName
{
background-color: #3FD94E;
}
.BgClassName
{
background-color: #3FD94E;
}
</style>
border-color css
<style>
span { border-color: #3FD94E; }
span { border-color: rgb(63,217,78); }
td.TdClassName
{
border-color: #3FD94E;
}
.TagClassName
{
border-color: #3FD94E;
}
</style>