Shades of Lime Green #3FD54C
Tints of Lime Green #3FD54C
RGB
CMYK
RGB Variations
Color information
#3FD54C (or 0x3FD54C) is known color: Lime Green. HEX triplet: 3F, D5 and 4C. RGB value is (63,213,76). Sum of RGB (Red+Green+Blue) = 63+213+76=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 213 (83.59% from 255 or 60.51% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD54C is #C02AB3. Grayscale: #989898. Windows color (decimal): -12593844 or 5035327. OLE color: 5035327.
HSL color Cylindrical-coordinate representation of color #3FD54C: hue angle of 125.2º 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 #3FD54C is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 76 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.16 |
| HSL | 125.2º | 0.64% | 0.54% | - |
| HSV(B) | 125.2º | 0.7% | 0.84% | - |
| XYZ | 27.15 | 49.17 | 14.9 | - |
| YUV | 152.53 | 84.81 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 76 | 0.70 | 0 | 0.64 | 0.16 | 125.2 | 0.64 | 0.54 |
| Hex | 3F | D5 | 4C | 46 | 0 | 40 | 10 | 7D | 40 | 36 |
| Octal | 77 | 325 | 114 | 106 | 0 | 100 | 20 | 175 | 100 | 66 |
| Binary | 111111 | 11010101 | 1001100 | 1000110 | 0 | 1000000 | 10000 | 1111101 | 1000000 | 110110 |
Color Harmonies of #3FD54C
Complementary color
Monochromatic Colors of #3FD54C
Black with #3FD54C
Text Example
Text Example
White with #3FD54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD54C; }
p { color: rgb(63,213,76); }
H1.HeaderClassName
{
color: #3FD54C;
}
.AnyTagClassName
{
color: #3FD54C;
}
</style>
background-color css
<style>
a { background-color: #3FD54C; }
a { background-color: rgb(63,213,76); }
div.DivClassName
{
background-color: #3FD54C;
}
.BgClassName
{
background-color: #3FD54C;
}
</style>
border-color css
<style>
span { border-color: #3FD54C; }
span { border-color: rgb(63,213,76); }
td.TdClassName
{
border-color: #3FD54C;
}
.TagClassName
{
border-color: #3FD54C;
}
</style>