Shades of Lime Green #3FD54F
Tints of Lime Green #3FD54F
RGB
CMYK
RGB Variations
Color information
#3FD54F (or 0x3FD54F) is known color: Lime Green. HEX triplet: 3F, D5 and 4F. RGB value is (63,213,79). Sum of RGB (Red+Green+Blue) = 63+213+79=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD54F is #C02AB0. Grayscale: #999999. Windows color (decimal): -12593841 or 5231935. OLE color: 5231935.
HSL color Cylindrical-coordinate representation of color #3FD54F: hue angle of 126.4º 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 #3FD54F is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 79 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.16 |
| HSL | 126.4º | 0.64% | 0.54% | - |
| HSV(B) | 126.4º | 0.7% | 0.84% | - |
| XYZ | 27.26 | 49.21 | 15.46 | - |
| YUV | 152.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 79 | 0.70 | 0 | 0.63 | 0.16 | 126.4 | 0.64 | 0.54 |
| Hex | 3F | D5 | 4F | 46 | 0 | 3F | 10 | 7E | 40 | 36 |
| Octal | 77 | 325 | 117 | 106 | 0 | 77 | 20 | 176 | 100 | 66 |
| Binary | 111111 | 11010101 | 1001111 | 1000110 | 0 | 111111 | 10000 | 1111110 | 1000000 | 110110 |
Color Harmonies of #3FD54F
Complementary color
Monochromatic Colors of #3FD54F
Black with #3FD54F
Text Example
Text Example
White with #3FD54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD54F; }
p { color: rgb(63,213,79); }
H1.HeaderClassName
{
color: #3FD54F;
}
.AnyTagClassName
{
color: #3FD54F;
}
</style>
background-color css
<style>
a { background-color: #3FD54F; }
a { background-color: rgb(63,213,79); }
div.DivClassName
{
background-color: #3FD54F;
}
.BgClassName
{
background-color: #3FD54F;
}
</style>
border-color css
<style>
span { border-color: #3FD54F; }
span { border-color: rgb(63,213,79); }
td.TdClassName
{
border-color: #3FD54F;
}
.TagClassName
{
border-color: #3FD54F;
}
</style>