Shades of Lime Green #3FD139
Tints of Lime Green #3FD139
RGB
CMYK
RGB Variations
Color information
#3FD139 (or 0x3FD139) is known color: Lime Green. HEX triplet: 3F, D1 and 39. RGB value is (63,209,57). Sum of RGB (Red+Green+Blue) = 63+209+57=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD139 is #C02EC6. Grayscale: #949494. Windows color (decimal): -12594887 or 3789119. OLE color: 3789119.
HSL color Cylindrical-coordinate representation of color #3FD139: hue angle of 117.63º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FD139 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 209 | 57 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.18 |
| HSL | 117.63º | 0.62% | 0.52% | - |
| HSV(B) | 117.63º | 0.73% | 0.82% | - |
| XYZ | 25.59 | 46.95 | 11.59 | - |
| YUV | 148.02 | 76.63 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 209 | 57 | 0.70 | 0 | 0.73 | 0.18 | 117.63 | 0.62 | 0.52 |
| Hex | 3F | D1 | 39 | 46 | 0 | 49 | 12 | 76 | 3E | 34 |
| Octal | 77 | 321 | 71 | 106 | 0 | 111 | 22 | 166 | 76 | 64 |
| Binary | 111111 | 11010001 | 111001 | 1000110 | 0 | 1001001 | 10010 | 1110110 | 111110 | 110100 |
Color Harmonies of #3FD139
Complementary color
Monochromatic Colors of #3FD139
Black with #3FD139
Text Example
Text Example
White with #3FD139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD139; }
p { color: rgb(63,209,57); }
H1.HeaderClassName
{
color: #3FD139;
}
.AnyTagClassName
{
color: #3FD139;
}
</style>
background-color css
<style>
a { background-color: #3FD139; }
a { background-color: rgb(63,209,57); }
div.DivClassName
{
background-color: #3FD139;
}
.BgClassName
{
background-color: #3FD139;
}
</style>
border-color css
<style>
span { border-color: #3FD139; }
span { border-color: rgb(63,209,57); }
td.TdClassName
{
border-color: #3FD139;
}
.TagClassName
{
border-color: #3FD139;
}
</style>