Shades of Lime Green #3FD34E
Tints of Lime Green #3FD34E
RGB
CMYK
RGB Variations
Color information
#3FD34E (or 0x3FD34E) is known color: Lime Green. HEX triplet: 3F, D3 and 4E. RGB value is (63,211,78). Sum of RGB (Red+Green+Blue) = 63+211+78=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD34E is #C02CB1. Grayscale: #979797. Windows color (decimal): -12594354 or 5165887. OLE color: 5165887.
HSL color Cylindrical-coordinate representation of color #3FD34E: hue angle of 126.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD34E is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 211 | 78 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.17 |
| HSL | 126.08º | 0.63% | 0.54% | - |
| HSV(B) | 126.08º | 0.7% | 0.83% | - |
| XYZ | 26.72 | 48.2 | 15.1 | - |
| YUV | 151.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 211 | 78 | 0.70 | 0 | 0.63 | 0.17 | 126.08 | 0.63 | 0.54 |
| Hex | 3F | D3 | 4E | 46 | 0 | 3F | 11 | 7E | 3F | 36 |
| Octal | 77 | 323 | 116 | 106 | 0 | 77 | 21 | 176 | 77 | 66 |
| Binary | 111111 | 11010011 | 1001110 | 1000110 | 0 | 111111 | 10001 | 1111110 | 111111 | 110110 |
Color Harmonies of #3FD34E
Complementary color
Monochromatic Colors of #3FD34E
Black with #3FD34E
Text Example
Text Example
White with #3FD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD34E; }
p { color: rgb(63,211,78); }
H1.HeaderClassName
{
color: #3FD34E;
}
.AnyTagClassName
{
color: #3FD34E;
}
</style>
background-color css
<style>
a { background-color: #3FD34E; }
a { background-color: rgb(63,211,78); }
div.DivClassName
{
background-color: #3FD34E;
}
.BgClassName
{
background-color: #3FD34E;
}
</style>
border-color css
<style>
span { border-color: #3FD34E; }
span { border-color: rgb(63,211,78); }
td.TdClassName
{
border-color: #3FD34E;
}
.TagClassName
{
border-color: #3FD34E;
}
</style>