Shades of Lime Green #3FD54D
Tints of Lime Green #3FD54D
RGB
CMYK
RGB Variations
Color information
#3FD54D (or 0x3FD54D) is known color: Lime Green. HEX triplet: 3F, D5 and 4D. RGB value is (63,213,77). Sum of RGB (Red+Green+Blue) = 63+213+77=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD54D is #C02AB2. Grayscale: #999999. Windows color (decimal): -12593843 or 5100863. OLE color: 5100863.
HSL color Cylindrical-coordinate representation of color #3FD54D: hue angle of 125.6º 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 #3FD54D is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 77 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.16 |
| HSL | 125.6º | 0.64% | 0.54% | - |
| HSV(B) | 125.6º | 0.7% | 0.84% | - |
| XYZ | 27.18 | 49.18 | 15.08 | - |
| YUV | 152.65 | 85.31 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 77 | 0.70 | 0 | 0.64 | 0.16 | 125.6 | 0.64 | 0.54 |
| Hex | 3F | D5 | 4D | 46 | 0 | 40 | 10 | 7E | 40 | 36 |
| Octal | 77 | 325 | 115 | 106 | 0 | 100 | 20 | 176 | 100 | 66 |
| Binary | 111111 | 11010101 | 1001101 | 1000110 | 0 | 1000000 | 10000 | 1111110 | 1000000 | 110110 |
Color Harmonies of #3FD54D
Complementary color
Monochromatic Colors of #3FD54D
Black with #3FD54D
Text Example
Text Example
White with #3FD54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD54D; }
p { color: rgb(63,213,77); }
H1.HeaderClassName
{
color: #3FD54D;
}
.AnyTagClassName
{
color: #3FD54D;
}
</style>
background-color css
<style>
a { background-color: #3FD54D; }
a { background-color: rgb(63,213,77); }
div.DivClassName
{
background-color: #3FD54D;
}
.BgClassName
{
background-color: #3FD54D;
}
</style>
border-color css
<style>
span { border-color: #3FD54D; }
span { border-color: rgb(63,213,77); }
td.TdClassName
{
border-color: #3FD54D;
}
.TagClassName
{
border-color: #3FD54D;
}
</style>