Shades of Lime Green #3FD051
Tints of Lime Green #3FD051
RGB
CMYK
RGB Variations
Color information
#3FD051 (or 0x3FD051) is known color: Lime Green. HEX triplet: 3F, D0 and 51. RGB value is (63,208,81). Sum of RGB (Red+Green+Blue) = 63+208+81=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 208 (81.64% from 255 or 59.09% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD051 is #C02FAE. Grayscale: #969696. Windows color (decimal): -12595119 or 5361727. OLE color: 5361727.
HSL color Cylindrical-coordinate representation of color #3FD051: hue angle of 127.45º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD051 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 81 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.18 |
| HSL | 127.45º | 0.61% | 0.53% | - |
| HSV(B) | 127.45º | 0.7% | 0.82% | - |
| XYZ | 26.09 | 46.76 | 15.44 | - |
| YUV | 150.17 | 88.96 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 81 | 0.70 | 0 | 0.61 | 0.18 | 127.45 | 0.61 | 0.53 |
| Hex | 3F | D0 | 51 | 46 | 0 | 3D | 12 | 7F | 3D | 35 |
| Octal | 77 | 320 | 121 | 106 | 0 | 75 | 22 | 177 | 75 | 65 |
| Binary | 111111 | 11010000 | 1010001 | 1000110 | 0 | 111101 | 10010 | 1111111 | 111101 | 110101 |
Color Harmonies of #3FD051
Complementary color
Monochromatic Colors of #3FD051
Black with #3FD051
Text Example
Text Example
White with #3FD051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD051; }
p { color: rgb(63,208,81); }
H1.HeaderClassName
{
color: #3FD051;
}
.AnyTagClassName
{
color: #3FD051;
}
</style>
background-color css
<style>
a { background-color: #3FD051; }
a { background-color: rgb(63,208,81); }
div.DivClassName
{
background-color: #3FD051;
}
.BgClassName
{
background-color: #3FD051;
}
</style>
border-color css
<style>
span { border-color: #3FD051; }
span { border-color: rgb(63,208,81); }
td.TdClassName
{
border-color: #3FD051;
}
.TagClassName
{
border-color: #3FD051;
}
</style>