Shades of Lime Green #3FD54E
Tints of Lime Green #3FD54E
RGB
CMYK
RGB Variations
Color information
#3FD54E (or 0x3FD54E) is known color: Lime Green. HEX triplet: 3F, D5 and 4E. RGB value is (63,213,78). Sum of RGB (Red+Green+Blue) = 63+213+78=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD54E is #C02AB1. Grayscale: #999999. Windows color (decimal): -12593842 or 5166399. OLE color: 5166399.
HSL color Cylindrical-coordinate representation of color #3FD54E: hue angle of 126º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD54E is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 78 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.16 |
| HSL | 126º | 0.64% | 0.54% | - |
| HSV(B) | 126º | 0.7% | 0.84% | - |
| XYZ | 27.22 | 49.2 | 15.27 | - |
| YUV | 152.76 | 85.81 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 78 | 0.70 | 0 | 0.63 | 0.16 | 126 | 0.64 | 0.54 |
| Hex | 3F | D5 | 4E | 46 | 0 | 3F | 10 | 7E | 40 | 36 |
| Octal | 77 | 325 | 116 | 106 | 0 | 77 | 20 | 176 | 100 | 66 |
| Binary | 111111 | 11010101 | 1001110 | 1000110 | 0 | 111111 | 10000 | 1111110 | 1000000 | 110110 |
Color Harmonies of #3FD54E
Complementary color
Monochromatic Colors of #3FD54E
Black with #3FD54E
Text Example
Text Example
White with #3FD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD54E; }
p { color: rgb(63,213,78); }
H1.HeaderClassName
{
color: #3FD54E;
}
.AnyTagClassName
{
color: #3FD54E;
}
</style>
background-color css
<style>
a { background-color: #3FD54E; }
a { background-color: rgb(63,213,78); }
div.DivClassName
{
background-color: #3FD54E;
}
.BgClassName
{
background-color: #3FD54E;
}
</style>
border-color css
<style>
span { border-color: #3FD54E; }
span { border-color: rgb(63,213,78); }
td.TdClassName
{
border-color: #3FD54E;
}
.TagClassName
{
border-color: #3FD54E;
}
</style>