Shades of Lime Green #3FD150
Tints of Lime Green #3FD150
RGB
CMYK
RGB Variations
Color information
#3FD150 (or 0x3FD150) is known color: Lime Green. HEX triplet: 3F, D1 and 50. RGB value is (63,209,80). Sum of RGB (Red+Green+Blue) = 63+209+80=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 209 (82.03% from 255 or 59.38% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD150 is #C02EAF. Grayscale: #979797. Windows color (decimal): -12594864 or 5296447. OLE color: 5296447.
HSL color Cylindrical-coordinate representation of color #3FD150: hue angle of 126.99º 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 #3FD150 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 209 | 80 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.18 |
| HSL | 126.99º | 0.61% | 0.53% | - |
| HSV(B) | 126.99º | 0.7% | 0.82% | - |
| XYZ | 26.3 | 47.24 | 15.32 | - |
| YUV | 150.64 | 88.13 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 209 | 80 | 0.70 | 0 | 0.62 | 0.18 | 126.99 | 0.61 | 0.53 |
| Hex | 3F | D1 | 50 | 46 | 0 | 3E | 12 | 7F | 3D | 35 |
| Octal | 77 | 321 | 120 | 106 | 0 | 76 | 22 | 177 | 75 | 65 |
| Binary | 111111 | 11010001 | 1010000 | 1000110 | 0 | 111110 | 10010 | 1111111 | 111101 | 110101 |
Color Harmonies of #3FD150
Complementary color
Monochromatic Colors of #3FD150
Black with #3FD150
Text Example
Text Example
White with #3FD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD150; }
p { color: rgb(63,209,80); }
H1.HeaderClassName
{
color: #3FD150;
}
.AnyTagClassName
{
color: #3FD150;
}
</style>
background-color css
<style>
a { background-color: #3FD150; }
a { background-color: rgb(63,209,80); }
div.DivClassName
{
background-color: #3FD150;
}
.BgClassName
{
background-color: #3FD150;
}
</style>
border-color css
<style>
span { border-color: #3FD150; }
span { border-color: rgb(63,209,80); }
td.TdClassName
{
border-color: #3FD150;
}
.TagClassName
{
border-color: #3FD150;
}
</style>